Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 529 Bytes

#SassConf Workshop

Using this repo, we'll learn how to write code for an audience, and share it with the world!

Slides and Resources

##Getting Started

  1. Fork the repo to make your own copy of it.
  2. Clone the repo to GitHub Desktop.
  3. Right-click the project in GitHub Desktop and choose "Open in Terminal".
  4. Run npm install to download all the project dependencies.
  5. Run grunt server to start a web server that will update whenever you make a change your Sass files.