-
Make sure you have node.js installed locally: https://nodejs.org/en/download/
-
Clone the repo to your local machine. From your terminal, in the directory where you want to install the repo, run
git clone https://github.com/wesleysmyth/hmhm
-
Enter the repo in your terminal by running
cd hmhm
-
From the root directory of the repo, where you should be now, install the npm dependencies by running
npm install
-
Run
npm run watch
to run the app locally, the once the project has compiled, visit http://localhost:3000 in your browser to see the app running.