Follow the steps below to run it locally for first time.
- Copy
.env.example
to.env
- Copy
mocks/settings.example.json
tosettings.local.json
- Turn on the HTTP APIs Server of Logseq
- Install dependencies:
pnpm install
- Run
pnpm dev
Follow the steps below to run it locally for first time.
.env.example
to .env
mocks/settings.example.json
to settings.local.json
pnpm install
pnpm dev