Static site to publish developer catch up sessions.
https://intergen-nz.github.io/intergen-level-up/
- node
4.5.0 or higher
- npm
3.0.0 or higher
Clone the repository
$ git clone https://github.com/Intergen-NZ/intergen-level-up.git <intergen-level-up>
$ cd <intergen-level-up>
Install dependencies & start
$ npm install -g gatsby # Install gatsby globally
$ npm install # Install project specific dependencies
$ npm start # Run in DEV mode
Point your browser to http://localhost:8000/ and see if it works!
- Todo