# thewayhome
### Requirements
We need [Node.js](https://nodejs.org) to install and run scripts.
## Install and run
Run next commands in your terminal:
| Command | Description |
|---------------------------------|--------------------------------------------------------------------------------------------------------|
| `yarn install` or `npm install` | Install dependencies. |
| `yarn start` or `npm run start` | Launch webserver. View on http:77localhost:8080 <br> Press `Ctrl + c` to kill **http-server** process. |
=======