Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 243 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 243 Bytes

LJ posts analyser

  1. You'll need NodeJS and npm installed on your machine

  2. Install dependencies

    npm install

  3. Compile and watch styles

    npm run watch:sass

  4. Start local server

    npm start

Happy coding :)