Skip to content

ShaunWMusic/Pearls

Repository files navigation

pearls-beard-oil

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

Pearl's Beard Oil is a Christian-based company that was created after discovering there are no companies that have zero waste beard oil bottles. When you toss your bottle out, you are creating waste that is hazardous to the environment. But with some research, we found a way to correct it. Our mission is to help you grow a thick, full beard that you’ve always wanted while also keeping the environment clean at an affordable price. Subscribe with us today to start helping yourself and the world at the same time.

Pull Request Welcome :)

PRs Welcome

We also believe that open sourcing our code is going to create the best experience for our customers. If you are a developer and you find any bugs with our site feel free to create a pull request. If you see the need for a specific new feature you can create a pull request with the new feature idea. Please label the branch with "your-username-new-feature", so we can keep things organized. Thanks!

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd pearls-beard-oil
  • 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

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links