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 mongodb-community@5.0
## before quit
# brew services stop mongodb-community@5.0
# start app
pnpm dev