ideahacks.la-sveltekit Svelte Themes

Ideahacks.la Sveltekit

ideahacks.la in SvelteKit

ieeebruins.com is the website for IDEA Hacks, a very cool hackathon. This repository is a rewrite in SvelteKit. The original repo uses Express and Handlebars.

Getting Started

  1. git clone this repository.

  2. Run npm install to download all the dependencies.

Developing

Start a development server: Start a development server:

```sh
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

When the terminal is open, you can press "o" to open the app in a new browser tab.

Any changes saved in a file will automatically trigger a website refresh. (Hot module replacement is really cool!)

Architecture

ieeebruins.com is written in SvelteKit, with Tailwind CSS and DaisyUI for styling.

Resources

Resources

Top categories

Loading Svelte Themes