Skip to content

DemocracyOS/democracyos.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemocracyOS Site

Site that's beign served on democracyos.org. Uses BroccoliJS for asset compilation.

This project has two branches, master has the assets builded to be served by GitHub Pages, and you should make all the changes on development and then deploy it to master with npm run deploy.

Commands

npm run build: Builds the app for production to /build folder.

  • /app/*.jade => {filename}.html using translations on /app/translations.
  • /statics/**/* => /build/**/*.
  • /app/js/index.js => /build/js/app.js using Browserify.
  • /app/css/index.styl => /build/css/app.css using Stylus.

npm run serve: Local server for development.

npm run deploy: Builds the site and commits it to master branch. So, it will be visible on http://democracyos.org

About

Changing the tool for a better Democracy - https://democracyos.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages