Skip to content

computer-science-hd/dacs-application

Repository files navigation

A simple static web page providing a form that can be filled in and then downloaded as a json file.

To edit the contents:

The website is automatically built and deployed to computer-science-hd.github.io/dacs-application on every push to the main branch using this Github Action.

Local development

Initial setup to edit the website locally:

  • install pnpm, e.g. curl -fsSL https://get.pnpm.io/install.sh | sh -
  • clone the repo, e.g. gh repo computer-science-hd.github.io/dacs-application-2024-25
  • install node dependencies, e.g. pnpm install

To start a dev server and open the website in browser:

  • pnpm run dev -- --open

Notes

Commands used to generate most of the first commit:

curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm create svelte@latest
pnpm i -D @sveltejs/adapter-static

Commands used to add flowbite-svelte UI library:

npx svelte-add@latest tailwindcss
pnpm i -D flowbite-svelte flowbite

Releases

No releases published

Packages

No packages published

Contributors 8