🚧 This is a work in progress 🚧
Requirements:
- Node.js (for frontend environment)
- npm (for frontend environment)
- pixi (for backend environment)
- git
cd frontend
npm installcd backend
pixi installcd frontend
npm run devThis hot reloads the backend when changes are made to the code.
Note: the frontend will be "static" in this mode.
cd backend
pixi run devcd frontend
npm run build