Make sure you have required environment variables set. Refer to environment-variables.md for more details.
- Have
php,node,pnpminstalled. - Run
pnpm installto install dependencies. - Run
pnpm devto start the development server.
- Run
pnpm buildto build the production server. - Run
pnpm startto start the production server.