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.ts
and make any necessary changes.
- Start the Vite Development Server in developer mode:
yarn dev
The 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