Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.12 KB

Netlify Status

NO LONGER IN DEVELOPMENT

Website for Squiggle.

Code of conduct

This project uses the Contributor Covenant as its code of conduct.

Contributing

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

Deployment

This website lives at squiggle.wavebeem.com, so @wavebeem performs deployments using ./bin/deploy.sh.