Giter Club home page Giter Club logo

today's Introduction

Today

Daily outlines/schedules for the Turing School of Software & Design courses. These are used in combination with lesson plans and often reference JumpstartLab tutorials.

The live version of these outlines is up at today.turing.io.

Working on this repository

Assuming you have Ruby set up, here are some things you can do:

git clone https://github.com/turingschool/today.git  # get the code locally
cd today                                             # cd into the code
bundle install                                       # install ruby dependencies (you'll need to be on Ruby 2.1.2)
bundle exec rspec                                    # I made a couple of tests for a helper class, see them run
bundle exec middleman server                         # Run a server for the pages, it does an okay job of dynamically reloading code
open http://localhost:4567                           # Visit the site you're serving
bundle exec middleman build                          # Build the pages

The site uses:

  • Middleman to compile all the pages into a static website. You don't need to know too much about how it works, or at the very least, I'm pretty ignorant about it, but have been able to make quite a few changes. Links: getting started
  • Sass for stylesheets, links: guide, docs.
  • Haml for content, links: tutorial , docs.

Deploying

When new commits are pushed to master, the site will automatically be built and deployed.

License

Unless otherwise noted, all materials licensed Creative Commons Attribution-NonCommercial-ShareAlike 3.0ย Creative Commons License

today's People

Contributors

jcasimir avatar stevekinney avatar rwarbelow avatar mikedao avatar novohispano avatar worace avatar joshcheek avatar jmejia avatar allpurposename avatar biglovisa avatar r00k avatar rrgayhart avatar smbsimon avatar jessicag avatar bobgu avatar wfro avatar treyx avatar timproctor avatar sekharp avatar ianderse avatar ericfransen avatar andydangerous avatar allisonlarson avatar roseak avatar srt32 avatar ssgoldwater avatar tanmdoan avatar tessgriffin avatar tmee avatar trayo avatar

Watchers

James Cloos avatar Allan Maxwell Blair avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.