Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.28 KB

Dinosaurjs

✌🏽

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/cirroweb/dinosaurJS.git
  • change into the new directory
  • npm install
  • bower install

Running / Development

Deploying

  • Before you can deploy you will need a .env.production.deploy. Ask Frankie to get you the contents of it so you can push to prod.
  • ember deploy production --activae=true (deploy to production and activate new index)

Notes for collaborators

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server