GenderAvenger / tally

The Gender Avenger Tally web app
GNU Affero General Public License v3.0
2 stars 2 forks source link

Set up SvelteKit + Landing Page #118

Closed slifty closed 1 year ago

slifty commented 2 years ago

This PR sets up Svelte, which replaces a few pieces of the TypeScript boilerplate set up earlier.

The reasoning is that much of that boilerplate was backend specific, and it's fine to play along with the tooling that Svelte comes with by default.

This also goes another step and actually uses SvelteKit to render a theme-styled landing page.

Resolves #117