No description
Find a file
2024-10-20 17:52:16 +02:00
assets Move static files around + add Dockerfile + add docker-compose.yml 2024-10-20 16:55:57 +02:00
src Fix hostname binding and add healthcheck to docker 2024-10-20 17:39:24 +02:00
.gitignore Add small bun project 2024-01-03 01:52:53 +01:00
bun.lockb Move static files around + add Dockerfile + add docker-compose.yml 2024-10-20 16:55:57 +02:00
docker-compose.yml Fix hostname binding and add healthcheck to docker 2024-10-20 17:39:24 +02:00
Dockerfile docker: expose 80 2024-10-20 17:52:16 +02:00
package.json Fix hostname binding and add healthcheck to docker 2024-10-20 17:39:24 +02:00
README.md Update readme.md 2024-10-20 17:05:36 +02:00
tsconfig.json Add small bun project 2024-01-03 01:52:53 +01:00

Startpage

Getting Started

Using bun.sh

bun start

Using docker-compose

docker-compose up --build

Customize

Everything is static, just modify the content as you want in src/ or assets.

Contributors