Install locally

Tools/Items needed:

Suggestion on extra tools, but up to your own choice:

Steps:

  1. Checkout master branch

  2. Place .env file in root folder (Ask admin for new .env file)

# First time installation:
$ composer install
$ npm run install


# Start servers:
$ npm run start

4. Check that api is up and running on http://localhost:8000

Last updated