Skip to content

TIY-DC-FEE-2016-Mar/popular-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popular Science

A blogging platform for science related articles

Popular Science is a simple blogging platform developed as a group project for The Iron Yard Front End Web Development course in Washington, DC.

The live site for Popular Science can be found at Popular Science.

How Popular Science was made

This project was built using AngularJS and Sass. Grunt was used to automate the build process. Testing was done using Mocha, Chai and Karma.

How to work on Popular Science yourself

If you would like to fork and work on your own version you will find that all of the working files are in the dev folder.

Get up and running by using the following steps.

  1. Install git (http://git-scm.com)
  2. Install Node (http://nodejs.org)
  3. Install Grunt (http://gruntjs.com)
  4. Clone Popular Science to your own system
  5. Navigate to the root directory of your clone and run `npm install`
  6. Edit away, have fun
  7. Run grunt in the root directory to build your changes from the src directory to the build directory
  8. The `index.html` file in the client directory is the main html file for the site

Popular Science was built by Matt Grosso, Ryan Ha, Noelle Knight, Alex Perkins and Elizabeth Swain at The Iron Yard, DC. Enjoy!