A simple svelte app that displays a Do It Now Activity with the current date.
Due to the simplicity of this project running it locally as a dev server is the easiest way to mess around with it. It is generally recommended to edit the code to fit your own theming and needs before deploying it to a server anyways.
bun installbun run publishbun run previewhttp://localhost:4173 in your browserFor convenience, a Dockerfile is provided to build a docker image that can be deployed to a server. This image is prebuilt and available via Github Docker Packages.
docker build -t dina .docker run -p 80:80 dinabun installbun run publishdist folder to your static file hostThis project is built using the following software:
This project is licensed under the Apache License, Version 2.0. See LICENSE for more information.