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