Website for Squiggle.
This project uses the Contributor Covenant as its code of conduct.
The following directions are for OS X. The project should work in Linux and Windows, but has not been tested.
- Click the "Fork" button on this page
- Clone your forked repository locally and use a terminal to
cd
into its directory - Install Homebrew
brew install ruby
gem install bundler
cd website-squiggle
bundle exec jekyll serve --trace
- If you modify the JS, run
./bin/build-js.sh
- Open http://0.0.0.0:4000/squiggle/ in your browser
This website lives at squiggle.wavebeem.com, so @wavebeem
performs deployments using ./bin/deploy.sh
.