Here's the code of the website FrontEndFestival.nl.
- SvelteKit & Svelte
- Using the SvelteKit Static Adapter.
- Vite
- TypeScript
- TailwindCSS
- Hosted on Azure Static Web Apps
- Automated with Terraform
- Prettier for code formatting
This should do it all:
# Install dependencies
npm install
# Run the dev server
npm run dev
Releasing is as simple as pushing to main and merging the PR created by release-please after.