DoItNowActivityDisplayer Svelte Themes

Doitnowactivitydisplayer

A Do It Now Activity displayer for the classroom

Do It Now Activity Displayer (DINA)

A simple svelte app that displays a Do It Now Activity with the current date.

Using locally

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.

  1. Clone the repository
  2. Run bun install
  3. Run bun run publish
  4. Run bun run preview
  5. Open http://localhost:4173 in your browser

Deploying

Docker

For 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.

  1. Clone the repository
  2. Run docker build -t dina .
  3. Run docker run -p 80:80 dina

Static File Host

  1. Clone the repository
  2. Run bun install
  3. Run bun run publish
  4. Copy the contents of the created dist folder to your static file host

Software

This project is built using the following software:

License

This project is licensed under the Apache License, Version 2.0. See LICENSE for more information.

Top categories

Loading Svelte Themes