Legacy repo. See the new location: https://notabug.org/peers/peers-www/

vaeringjar 0c3cb6052a manual update of the Pext description hace 7 años
root 0c3cb6052a manual update of the Pext description hace 7 años
.gitignore 2c1c045865 Adding a website mirror for librepup. hace 8 años
LICENSE.md da708cc395 Updating the documentation for license and for using Sass. hace 9 años
LICENSE_agpl.txt da708cc395 Updating the documentation for license and for using Sass. hace 9 años
README.md da708cc395 Updating the documentation for license and for using Sass. hace 9 años

README.md

About

This is the official repository of Peers website.

Peers

The Peers Community provides a list of a confederation of independent projects that all strive for free (as in freedom!) software and culture.

You can talk to us on freepost, or at #freepost on freenode.

License

Copyright 2015 vaeringjar
Code distributed under the AGPLv3+.
Media distributed under the CC BY-SA 4.0.

See the LICENSE.md file for more details...

Building

Peers uses Sass. Start up Sass to watch the appropriate input and output locations:

//such as this
sass --watch peerscommunity/root/modules/bootstrap/css/scss:peerscommunity/root/modules/bootstrap/css

//or in general this
sass --watch ~/inputScss:~/outputCss

Then as .scss files receive changes, Sass will update the .css files.