A Dark Ages private client / server written with Phaser and Svelte
bun@^1.1.17
Clone this repo and install dependancies using npm:
bun install
Clone both /apps/client/.env.example and /apps/server/.env.example to .env
Run from root:
bun run dev
This will start the client, the server and a file server for the assets.
If you want to just run the client or server, run the same command but in their respective workspace
/apps/client
/apps/server