Clone the repository to your local and
- Install the required node modules:
yarn install- Copy the config.example.ts file to config.ts
cp config.example.ts config.tsand make any necessary changes.
- Start the Vite Development Server in developer mode:
yarn devThe server should be running at your 127.0.0.1 port 9000
Copy the .env.example file into .env and change it to your desired port.
To start the server, run
docker-compose up