The is the source code for the Snapcraft Documentation Website (https://docs.snapcraft.io) built with Jekyll.
Requirements:
- Docker should be installed
- (Linux only) user should be part of the
docker
groupsudo adduser <user> docker
The docs website can be built locally by using the ./run
script available within this repository:
./run serve
Once the environment is created, you can view it at http://localhost:8202/ in your browser.