We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9ebf9 commit f848477Copy full SHA for f848477
README.md
@@ -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