Contribute to Memos

Memos is built with a curated tech stack. It is optimized for developer experience and is very easy to start working on the code:

  • It has no external dependency.
  • It requires zero config.

Prerequisite

Steps

  1. Clone the repo

    git clone https://github.com/usememos/memos
    
  2. Build and run backend server

    sh scripts/build.sh
    

    Then you can run the server following building outputs.

  3. Start frontend dev server

    cd web && pnpm i && pnpm dev
    

Memos should now be running at http://localhost:3001 and change either frontend or backend code would trigger live reload.


💌Get the latest news of Memos