Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 473 Bytes

Website

This is the repository for the website of getcanoe.io - the Canoe wallet.

The website is based on Jekyll.

Development setup

Make sure you have ruby installed (including the development package, ruby-dev for debian based, ruby-devel for fedora). Then:

gem install bundler jekyll

Fork this repo, clone the fork and cd into its folder. Then:

bundle install

After that you can run a webserver locally by running:

bundle exec jekyll serve