# Getting started ## Requirements ### Run these commands and install what do you not have `git --version` `node --version` `npm --version` `yarn --version` - git - https://git-scm.com/ - node/npm - https://nodejs.org/en/ - yarn - https://yarnpkg.com/en/ ### Create an account on these services - Github - https://github.com - CircleCI - https://circleci.com/ - use your github account - Heroku - https://www.heroku.com/ 1. Create new repository `sanook-meetup-006` 1. public 2. Initialize with README 3. gitignore `Node` 4. Licence: MIT 2. Clone your repository 1. `git clone https://github.com/YOUR_USERNAME/sanook-meetup-006.git` 3. Get the code 1. `git clone https://github.com/kidchenko/sanook-meetup-006.git` 4. Copy the ci-start folder to your repository 5. Run `yarn` inside ci-start 6. Commit and push 1. `git add :/` 1. `git commit -m "Add source code"` 2. `git push origin master` 4. Heroku https://github.com/heroku/heroku-buildpack-static