Development Setup
⚡ Start Development Servers
-
Install dependencies.
# on mac
brew install node
# on linux
sudo apt install nodejs npmnpm install -g pnpm
# at repo root
# on mac
npm run init:mac
# on linux
npm run init:linux -
Start the dev servers.
# at repo root
npm run dev -
Now, it is ready locally at http://localhost:3000.
▶️ Build and Run Production Build from Local
-
Run local production build (with
docker
).# at repo root
npm run docker:start