Skip to content

Commit f848477

Browse files
committed
Add README.md
1 parent 7b9ebf9 commit f848477

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Roses Revival App Jam website
2+
3+
This is the site for the Roses Revival app jam, hosted at jam.hacksoc.org.
4+
5+
## Building
6+
7+
The site is a single page, with a little bit of JavaScript for cookieless
8+
Google Analytics.
9+
10+
The CSS is compiled from SCSS, so **do not edit style.css**. Instead, edit
11+
style.scss and have this running while you make changes:
12+
13+
```
14+
sass -w style.scss:style.css
15+
```

0 commit comments

Comments
 (0)