Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.6 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.6 KB

my-photo-blog created by: Jorge Avila Juarez 😇

This is a website devloped using EmberJS, NodeJS, HTML/SCSS and Javascript. This MyPhotoBlog is a website entailing details about me. I hope you enjoy, Thank you!

This README outlines the details of collaborating on this Ember application.

Prerequisites

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

Installation

  • git clone https://github.com/Jxa3128/MyPhotoBlog.git this repository
  • cd my-photo-blog
  • npm install

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

This application has not yet been deployed.

Further Reading / Useful Links