API used for providing the icons for docker images in ZaneOps:
To start:
# start the database with docker-compose
docker-compose up -d
# Copy the env file
cp .env.example .env
# install the packages
bun install
# run the app
bun run devThis project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.