MemosMemos
Deploy

Development Setup

Build and run Memos from source.

This guide is for contributors or anyone who wants to run Memos from source.

1. Clone the repo

git clone https://github.com/usememos/memos.git
cd memos

2. Run the backend

go run ./cmd/memos --port 8081

3. Open the app

Visit http://localhost:8081 in your browser.

For frontend development, see the web/ directory in the Memos repository.

On this page