Author | Tristan B. Kildaire <deavmi@disroot.org> 2017-10-01 16:13:45 |
Committer | Tristan B. Kildaire <deavmi@disroot.org> 2017-10-01 16:13:45 |
Commit | 8c14a1b (patch) |
Tree | 683a5a4 |
Parent(s) |
-rwxr-xr-x | README.md | 8 |
index cf1b3e3..d4d3311 | |||
old size: 550B - new size: 554B | |||
@@ -2,18 +2,18 @@ | |||
2 | 2 | ||
3 | 3 | This is the code powering [freepost](http://freepo.st). | |
4 | 4 | ||
5 | - | # Development | |
5 | + | ## Development | |
6 | 6 | ||
7 | - | ## Stylesheets | |
7 | + | ### Stylesheets | |
8 | 8 | ||
9 | 9 | Sources are in `css/`. They are compiled using Stylus. Run this command from the project's root: | |
10 | 10 | ||
11 | 11 | `$ stylus --watch --compress --disable-cache --out css/ css/` | |
12 | 12 | ||
13 | - | # Contacts | |
13 | + | ## Contacts | |
14 | 14 | ||
15 | 15 | If you have any questions please get in contact with us at [freepost](http://freepo.st). | |
16 | 16 | ||
17 | - | # License | |
17 | + | ## License | |
18 | 18 | ||
19 | 19 | freepost is [free software](https://www.gnu.org/philosophy/free-sw.html) licensed as GNU Affero General Public License, either version 3 or (at your option) any later version. |