Skip to content

bowann/sonic-pi-workshop

This branch is 45 commits behind mehackit/sonic-pi-workshop:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2dd53aa · Oct 3, 2018
Sep 10, 2018
Aug 28, 2018
Oct 3, 2018
Apr 17, 2018
Aug 16, 2017
Jan 25, 2016
Feb 18, 2016
Apr 17, 2018
Sep 22, 2016
Aug 28, 2018
Oct 24, 2016
Apr 17, 2018
Oct 24, 2016
Dec 3, 2017
Aug 28, 2018
Aug 16, 2017
Oct 24, 2016
Dec 12, 2017
Aug 16, 2017

Repository files navigation

Website for Mehackit creative programming workshops with Sonic Pi

Setting up

  • Log in to GitHub and fork this repo
  • Clone your fork of this repo. Open terminal, navigate to preferred folder and type:
git clone git@github.com:YOUR-USERNAME/sonic-pi-workshop.git
  • Install bundler
gem install bundler
  • Install dependencies
bundle install
  • Run Jekyll
bundle exec jekyll serve

How to contribute

  • Go to your flder:
cd <path to your folder>
  • Create new branch for your fix and change to that branch:
git checkout -b your_branch_name

Be wary of encoding issues, use UTF-8 without BOM (Byte Order Marks), many editors can silently include BOM and cause issues.

  • Do your changes and commit:
git commit -am "commit message"
  • Push your changes
git push origin your_branch_name
  • Go to the original repo on GitHub and click on the green compare & pull request button
  • Click on 'create pull request'
  • Congrats!

About

Website for mehackit Sonic-Pi workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 31.8%
  • CSS 31.2%
  • HTML 27.0%
  • Ruby 10.0%