To run locally, you will need npm, gem amd ruby's bundle installed and available on your path. Skip to the Prerequisites section below for information on installing those.
- Clone this repository
cdinto the root directory of this project.- Install npm dependencies with
npm install - Install gem dependencies with
bundle install - Run the server locally, recompiling files as needed, with
gulp serve - Open http://localhost:3000/ in your browser to view the site.
To verify you have npm installed:
> npm -v
6.10.0
> node -v
v10.15.2
If they or not installed, or your version looks much older than this, proceed to instructions for installing npm
To verify you have ruby installed:
> ruby -v
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu]
You should have at least ruby 2.1.0. Proceed here for installation instructions if not.
To install bundler, use:
> gem install bundler
Find us on our slack #general channel if we can be of assistance getting you set up.
All contributions are very welcome. Thank you!