Follow us on Twitter, anon.
# Install pnpm
npm i -g pnpm
# Install dependencies
pnpm install
# Copy & fill environments
cp packages/frontend/.env.local.example packages/frontend/.env.local
I reommend developing in VSCode by opening the workspace file located at .vscode/*.code-workspace
and installing recommended plugins listed in .vscode/extensions.json
.
# Start development (frontend)
pnpm dev