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 clonethis repository. -
Run
npm installto 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 -- --openWhen 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.
- Svelte: https://learn.svelte.dev/tutorial/welcome-to-svelte
- Just the "Introduction" section is enough for our website
- SvelteKit: https://learn.svelte.dev/tutorial/introducing-sveltekit
- Just the "Introduction" and "Routing" sections are enough
- Tailwind CSS: https://tailwindcss.com/docs/utility-first
- Just the "Utility-First Fundamentals" article is enough, although it's helpful to read everything under "Core Concepts"
- DaisyUI: https://daisyui.com/docs/use/
- Just the "Use" article is enough
- Svelte: https://learn.svelte.dev/tutorial/welcome-to-svelte
- Just the "Introduction" section is enough for our website
- SvelteKit: https://learn.svelte.dev/tutorial/introducing-sveltekit
- Just the "Introduction" and "Routing" sections are enough
- Tailwind CSS: https://tailwindcss.com/docs/utility-first
- Just the "Utility-First Fundamentals" article is enough, although it's helpful to read everything under "Core Concepts"
- DaisyUI: https://daisyui.com/docs/use/
- Just the "Use" article is enough