Install locally
How to download and start up the project on your own computer.
Tools/Items needed:
nodejs https://nodejs.org/en/ (Checkbox: Additional Features)
composer https://getcomposer.org/download/ (Requires PHP)
Github account https://github.com/
.env file Get from a developer
Suggestion on extra tools, but up to your own choice:
VS Code https://code.visualstudio.com/
SourceTree https://www.sourcetreeapp.com/
Steps:
Get invite to Github https://github.com/happenn-virtual/happenn-virtual/
Checkout master branch
Place .env file in root folder (Ask admin for new .env file)
# First time installation:
$ composer install
$ npm install
# Start servers:
$ npm run start
$ php artisan serve
4. Check that website is up and running on http://localhost:8000/projects/happenn-demo
Last updated