Author
|
zPlus <zplus@peers.community>
2017-10-01 19:28:50
|
Committer
|
Gogs <gogitservice@gmail.com>
2017-10-01 19:28:50
|
Commit
|
4348733
(patch)
|
Tree
|
683a5a4
|
Parent(s)
|
|
Merge branch 'master' of deavmi/freepost into master
commits diff:
1dcaaf4..4348733
1 file changed,
4 insertions,
4 deletions
—
download
Diffstat
Diff options
+4/-4
M README.md
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.
|