Skip to content

dplanella/snapcraft.io

 
 

Repository files navigation

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/snapcraft.io

Licence

Code licensed LGPLv3 by Canonical Ltd..

With ♥ from Canonical

About

Codebase for snapcraft site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.0%
  • Python 24.9%
  • CSS 5.7%
  • JavaScript 5.4%