Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 311 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 311 Bytes

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