Website at http://scaladownunder.org
git clone git@github.com:scala-downunder/scala-downunder.git
cd scala-downunder
git submodule update --init --recursive
- NPM
- Bower
- Gulp
- Ruby
- Jekyll
Init the project by running:
npm install
bower installIn order to serve the project, you will need to open 2 terminals at the root of the source code, run the following commands, and finally enjoy the result at http://localhost:9000 (live-reloading included).
gulpjekyll build --watchRunning the following command will fully generate the website inside the _site subdirectory and deploy it online in the gh-pages branch. (you can see the full deploy script here)
gulp deploy