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 memos2. Run the backend
go run ./cmd/memos --port 80813. Open the app
Visit http://localhost:8081 in your browser.
For frontend development, see the web/ directory in the Memos repository.

