curriculum
Curriculum for the ClojureBridge workshop series.
File Explorer
Download Latest Version (.zip)- head.html
- default.html
- angular-sanitize.min.js
- angular.min.js
- paper.css
- pdf.css
- beige.scss
- blood.scss
- default.scss
- moon.scss
- night.scss
- serif.scss
- simple.scss
- sky.scss
- solarized.scss
- mixins.scss
- settings.scss
- theme.scss
- beige.css
- blood.css
- default.css
- moon.css
- night.css
- README.md
- serif.css
- simple.css
- sky.css
- solarized.css
- reveal.css
- reveal.min.css
- reveal.js
- zenburn.css
- league_gothic-webfont.eot
- league_gothic-webfont.svg
- league_gothic-webfont.ttf
- league_gothic-webfont.woff
- league_gothic_license
- classList.js
- head.min.js
- html5shiv.js
- github.min.css
- highlight.js
- leap.js
- example.html
- example.md
- markdown.js
- marked.js
- math.js
- client.js
- index.js
- master.js
- notes.html
- notes.js
- client.js
- index.js
- notes.html
- example.html
- postmessage.js
- print-pdf.js
- remotes.js
- search.js
- zoom.js
- .bower.json
- .gitignore
- .travis.yml
- Gruntfile.js
- index.html
- LICENSE
- package.json
- README.md
- clojurebridge.css
- logo.png
- mozilla-theme.css
- prism.bash.js
- prism.clojure.js
- prism.css
- prism.js
- script.js
- svgpan.js
- compare-and-pull-request-button-1.png
- compare-and-pull-request-button-2.png
- create-pull-request.png
- favicon.png
- open-a-pull-request.png
- blank_terminal.png
- heroku_key_add.png
- heroku_login.png
- heroku_ssh_setup.png
- java_version.png
- light-table-download.png
- light-table-first-run-dialog@2x.png
- testing-git-clone.png
- testing-lein-repl.png
- testing-start-instarepl.png
- testing-use-instarepl.png
- blank_terminal.png
- create_icon.png
- heroku_dashboard_ubuntu.png
- install_lighttable.png
- java_version.png
- light-table-download.png
- lighttable.png
- no_java.png
- testing-git-clone.png
- testing-lein-repl.png
- testing-start-instarepl.png
- testing-use-instarepl.png
- ubuntu-java-version.png
- ubuntu-version.png
- java-download1.png
- java-download2.png
- light-table-download.png
- testing-git-clone.png
- testing-lein-repl.png
- testing-lein-run.png
- testing-start-instarepl.png
- testing-use-instarepl.png
- command-prompt.png
- ssh-keygen.png
- starting-command-prompt.png
- system-properties.png
- command-prompt.png
- starting-command-prompt.png
- system-properties.png
- deploy-git-init.png
- deploy-heroku-create.png
- heroku-dashboard.png
- heroku-step1.png
- heroku-step2.png
- heroku-step3.png
- lein_install.png
- leiningen_site.png
- light-table-download.png
- map.png
- nightcode-click-import.png
- nightcode-download.png
- nightcode-open-project.png
- nightcode-repl-reload.png
- nightcode-repl-started.png
- nightcode-repl.png
- nightcode-startup.png
- nightcode-turtle-forward-40.png
- nightcode-turtle-walk-reload.png
- nightcode-turtle-walk.png
- nightcode-welcometoclojurebridge-core.png
- nightcode-welcometoclojurebridge-run-with-repl.png
- repl.png
- run-with-repl.png
- shoe_size_chart_womens.png
- testing-start-instarepl.png
- testing-turtle-forward.png
- testing-turtle-walk-code.png
- testing-use-instarepl.png
- testing-welcome-app-code.png
- testing-welcomeclojurebridge.png
- vector.png
- cheatsheet-quil.md
- cheatsheet.md
- data_structures.md
- flow_control.md
- functions.md
- intro.md
- required_concepts.md
- sequences.md
- setup.md
- setup_osx.md
- setup_ubuntu.md
- setup_win7.md
- setup_win8.md
- simple_values.md
- .gitignore
- _config.yml
- background-reading.md
- ClojurebridgeCheatsheet-v2.pdf
- CONTRIBUTING.md
- EDITING-CURRICULUM.md
- Gemfile
- Gemfile.lock
- index.md
- README.md
- TEACHING.md
# Installation Guide
1. Get the code
git clone https://github.com/ClojureBridge/curriculum
Downloads the entire project code from GitHub to your computer.
cd curriculum
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd assets/reveal.js
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
