sparkslabs / microbit-curriculum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Club micro:bit Curriculum

This repository contains all the material for the Code Club micro:bit projects. It consists of lesson notes and plans in Markdown format along with micro:bit project files.

More information on our curriculum can be found here.

New Projects

If you're a club leader trying out new projects, please complete this short questionnaire (or email projects@codeclub.org.uk) to let us know how it went!

Contributing

This material is openly available for everyone to use and contribute to. Right now, we’re receiving translations from all over the world.

Instructions on how to contribute to our curriculum can be found here.

Generating the language packs

Install dependencies

$ gem install rake rubyzip

Build the packs to pkg/

$ rake build

Or if you want to use bundler

$ bundle install
$ bundle exec rake build

License

See LICENSE.md

Warning

This repository uses Unicode filenames, which can break under OSX. You will need a version of Git above 1.8.2 and run git config --global core.precomposeunicode true before checking out the repository.

About

License:Other