Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# website2015
Static version of the website from 2015

## Compiling
You will need to install LessCSS to compile the CSS files in this repository:
```
sudo npm install less -g
lessc css/default.l.css > css/default.css
```
Loading