/hmhm

Primary LanguageJavaScriptMIT LicenseMIT

hmhm

Local dev setup instructions

  1. Make sure you have node.js installed locally: https://nodejs.org/en/download/

  2. 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

  3. Enter the repo in your terminal by running cd hmhm

  4. From the root directory of the repo, where you should be now, install the npm dependencies by running npm install

  5. 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.