Install locally

Before starting, install Happenn API locally first.

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:
$ npm run install --force


# Start servers:
$ npm run dev or npm run prod

4. Check that website is up and running on http://localhost:3333

5. npm run dev requires you to have setup the API locally

6. To test login you use username: [email protected] (Ask an Admin for password).

Last updated