Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

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 [email protected]
## before quit
# brew services stop [email protected]
# start app
pnpm dev