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
Clone the repo
git clone https://github.com/usememos/memos
Build and run backend server
sh scripts/build.sh
After a successful build, run the server following the build outputs.
Start frontend
cd web && pnpm i && pnpm dev
Memos should now be running at http://localhost:3001.