Skip to content

sventhebarbarian/flux-website-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Dependencies

We presume your environment is OSX.

  • Install node, npm, ruby, yarn first
  • macOS: brew install ruby node npm yarn
  • ubuntu: sudo apt install ruby nodejs (aside: does this include npm?)
  • Ubuntu: Note: you'll need to install yarn yourself
  • Install dependencies: gem install bundle then bundle install then yarn install

Development

  • To run a development copy for everything run yarn flux
  • To simulate a build run yarn build

Deployment

  • Deployments automatically happen via the master branch.
  • All merges require a PR.

Hints and Tips

brew install ruby for ruby

gem install bundle for bundle

bundle install to install dependencies

bundle exec jekyll serve --watch to run a dev server for just jekyll stuff.

React is used for the signup form but not for anything else.

About

Voteflux.org website. Version 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.5%
  • CSS 21.1%
  • Elm 12.1%
  • JavaScript 8.3%
  • Other 1.0%