Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 819 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 819 Bytes

Snapcraft.io

The codebase for http://snapcraft.io.

Getting Started

To run this project, you need npm, jekyll and sass installed. E.g. Ubuntu:

sudo apt install nodejs-legacy npm ruby-sass jekyll

Now, in the project folder, install nodejs dependencies:

npm i

Run the site

To fire up the project, run;

node_modules/gulp/bin/gulp.js

This should open http://localhost:3000/ in your browser.

Deploy to Github Pages

To deploy to Github Pages under your local Github username, please run;

gulp deploy

You should then be able to view the site at: http://YOUR-GITHUB-USERNAME.github.io/cloud-init

Licence

Code licensed LGPLv3 by Canonical Ltd..

With ♥ from Canonical