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