DWoC'23 - Frontend

Installation & Setup

Clone the repository to your local and

  1. Install the required node modules:
yarn install
  1. Copy the config.example.ts file to config.ts
cp config.example.ts config.ts

and make any necessary changes.

  1. Start the Vite Development Server in developer mode:
yarn dev

The server should be running at your 127.0.0.1 port 9000

Deploying

Copy the .env.example file into .env and change it to your desired port. To start the server, run

docker-compose up