gdgportlaoise / site

Website of GDG Portlaoise

Home Page:https://gdgportlaoise.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDG Portlaoise Website

This is the repo containing the code for the official website of Google Developer Groups Portlaoise.

Tech Stack

This website is built using SvelteKit, a framework for building web applications with Svelte. It uses Tailwind CSS and DaisyUI for styling.

Getting Started

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Deployment

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.

About

Website of GDG Portlaoise

https://gdgportlaoise.com/


Languages

Language:Svelte 82.5%Language:JavaScript 12.0%Language:CSS 2.8%Language:HTML 1.6%Language:TypeScript 1.1%