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

  2. Add .env file to the root of the project

  3. Install dependencies

    npm install

  4. Compile and watch styles

    npm run watch:sass

  5. Start local server

    npm start

Happy coding :)