- Clone or download repository
- Install dependencies
# with pnpm
pnpm install
# with npm
npm install- Copy env.example to .env and set port.
- Start server
# with pnpm
pnpm watch
# with npm
npm run watchThis project can also run in Docker.
- Copy
env.exampleto.envif you want to customize the port - Build and start the container:
docker compose up --build
- Open
http://localhost:3334
To stop the container:
docker compose downThis software is released under the MIT license.
