Skip to content

softmaple/dashboard

Repository files navigation

github-insights-view

Set up environment variables

cp .env.local.example .env.local

Development

# install dependencies
pnpm install
# start mongodb (macoOS)
brew services start [email protected]
## before quit
# brew services stop [email protected]
# start app
pnpm dev