This repo contains the source code for our guidelines site.
Install this package by running cloning this repository and install like you normally install Laravel.
- Run
composer install
andnpm install yarn
- Run
yarn
andyarn run dev
to generate assets - Copy
.env.example
to.env
and fill your values - Run
php artisan key:generate
to create a new key
These guidelines are tailormade for us. We do not follow semver for this project and do not provide support whatsoever. However if you're a bit familiar with Laravel you should easily find your way.
This project and the Laravel framework are open-sourced software licensed under the MIT license.