This is the source code for the website of the OneTeamGov unconference. In the spirit of 'make things open, it makes them better'.
To get this running locally, you will need NodeJS and working knowledge of unix command line.
Clone this repository and run:
npm install && npm start
All pages/templates live within src/templates/views/
directory. Templates are written in Mozzila Nunjucks.
CSS is written from precompiled Sass and which lives within src/assets/scss/
Javascript lives in assets/js/
and uses Babelify + Browserify to bundle into app.js
Explore the ./gulpfile.js
for the inner workings.
Currently the OneTeamGov website is using Netlify to deploy the site statically under HTTPS for free.