This is the repo containing the code for the official website of Google Developer Groups Portlaoise.
This website is built using SvelteKit, a framework for building web applications with Svelte. It uses Tailwind CSS and DaisyUI for styling.
Once you've pulled this repo, you can start the development server by running the following commands:
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
This website is deployed using GitHub Pages. To deploy the website, simply push your changes to the main
branch and the website will be automatically deployed.