This is the repository for the official Procedural Realms web client running at https://play.proceduralrealms.com
-
Copy the contents of
.env.production
into.env
to point the code to the production server. -
Run the following commands to start the application:
npm install
npm run dev
- Go to http://localhost:5173
VSCode + Vue - Official + ESLint.