Skip to content

northern-information/flashcrash.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

  1. Clone repository to your computer.
  2. Using terminal, navigate to the flashcrash.net directory with cd.
  3. In the directory type bundle exec jekyll serve --baseurl ''.
  4. Visit http://127.0.0.1:4000 in your browser.
  5. To work with the CSS: cd assets/stylesheets and run sass --watch style.sass:style.css.