# PROJECT NAME

## Getting Started

### Requirements

1. Node 10
1. Yarn

### Env vars

In the project's root directory has a file called `.env.example`, please **rename** it to only `.env.development`.

Ask your project manager for all environment's variables and put them there.

### How to run the development mode

1. Clone your repository `git clone git@github.com:CheesecakeLabs/<project_repository>`
2. Go to the dir: `<project_folder>`
3. Install the dependencies: `yarn`
5. Run the script: `yarn start`
6. Now it's running on [http://localhost:3000](http://localhost:3000)

### How to build for a deploy

1. Go to the dir: `cd <project_folder>`
2. Run: `yarn build`
