SFPC / sfpc.github.io

School for Poetic Computation website.
https://sfpc.io
24 stars 38 forks source link
sfpc

sfpc.io

Github based development

You can create or edit pages directly on Github, and after you make your commit to master, that change will automatically be deployed to sfpc.io. No need to setup jekyll on your local machine!

Local Development

  1. Install ruby, bundler, and github-pages. Detailed instructions here.
  2. Run bundle exec jekyll serve
  3. Visit http://localhost:4000

Notes