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.
git clone
this repository.
Run npm install
to download all the dependencies.
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!)
ieeebruins.com is written in SvelteKit, with Tailwind CSS and DaisyUI for styling.