Setup the environment variables:
cp .env.example .env
vim .env # or use your favorite editor to fill in the values
Install dependencies:
bun install
Start dev docker environment (database and maildev):
docker-compose up -d
Run the server:
bun dev
Access the server at http://localhost:3000
.
This project uses Conventional Commits for commit messages.
This project is licensed under the MIT License - see the LICENSE file for details.