Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Website to suggest mankind’s “firsts” on Mars. Oxford Brookes University Year 2 Semester 2 Coursework. HCI Module.

Notifications You must be signed in to change notification settings

ryasmi/DontTryThisOnEarth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DontTryThisOnEarth

Website to suggest mankind’s “firsts” on Mars. Created for the coursework of the HCI module (2013/2014, Semester 2) at Oxford Brookes University.

All rights reserved.

Contributing

Getting Started

  1. Install Github
  2. Install Node
  3. Clone the repository on Mac or Windows
  4. Install Node packages
    1. Open up the terminal/console
    2. Change to the directory that contains the code for this repository
    3. Type npm install

Directory Structure

  • Markup written in Jade should be put in the src/markup directory.
  • Scripts written in CoffeeScript should be put in the src/scripts directory.
  • Styles written in SCSS should be put in the src/styles directory.

Testing

  1. Open up the terminal/console
  2. Change to the directory that contains the code for this repository
  3. Type grunt
  4. Type node server.js (May prompt security window in Windows.)
  5. Open 127.0.0.1:8000/index.html in Google Chrome. (May throw err "Cannot find module 'express'". Update npm with 'npm install')

Note: you may want to use grunt watch so that you don't have to keep doing this process (this watches files waiting for you to save them and then does the build process) and you may also want to use a live page reloader so that you can view the page whilst you work.

Credit

Oxford Brookes University

About

Website to suggest mankind’s “firsts” on Mars. Oxford Brookes University Year 2 Semester 2 Coursework. HCI Module.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 40.8%
  • CSS 31.1%
  • CoffeeScript 28.1%