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| Name | Name | Last commit date | ||
|---|---|---|---|---|
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