Legacy repo. See the new location: https://notabug.org/peers/peers-www/
vaeringjar 0c3cb6052a manual update of the Pext description | преди 7 години | |
---|---|---|
root | преди 7 години | |
.gitignore | преди 8 години | |
LICENSE.md | преди 9 години | |
LICENSE_agpl.txt | преди 9 години | |
README.md | преди 9 години |
This is the official repository of Peers website.
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.
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...
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.