Skip to content

ssss-sfu/2025-dreamhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2025-chaoshacks

Website for SystemsHacks 2025 - DreamHacks

Compiling SCSS

To compile all the scss files in src folder into compressed single main.css file in build folder, do this:

sass --no-source-map --style=compressed --watch src/styles/main.scss:build/main.css

Note: make sure this command is run on the root folder directory - 2024-chaoshacks

Viewing website

Open the index.html directly under build folder.

Use VSCode Live Server extension to have changes automatically applied everytime code is saved# 2025-dreamhacks