Skip to content

Commit c380696

Browse files
committed
9
1 parent 25d347e commit c380696

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# fall2018
1+
# fall2019
22

33
## Development Setup
44
- Install a Sass compiler (https://sass-lang.com/install)
55
- Watch for changes in `static/sass` and build into `static/css`
66
- Eg. for CLI usage:
77

88
```
9-
cd fall2018
9+
cd fall2019
1010
sass --watch static/sass:static/css
1111
```
1212
- Start a local webserver in the root directory
1313
- Eg. using Python2:
1414
1515
```
16-
cd fall2018
16+
cd fall2019
1717
python -m SimpleHTTPServer
1818
```
1919
- Eg. using Python3:
2020
2121
```
22-
cd fall2018
22+
cd fall2019
2323
python -m http.server
24-
```
24+
```

0 commit comments

Comments
 (0)