Skip to content
This repository was archived by the owner on Jul 8, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.14 KB

contributing.md

File metadata and controls

20 lines (16 loc) · 1.14 KB

Contributing

Getting started

  1. Clone this repository.
  2. Run composer install to install PHP dependencies.
  3. Run yarn && yarn run dev to install NPM dependencies and compile assets.
  4. Set up your .env file.
  5. Run php artisan migrate to migrate your database.
  6. Run php artisan db:seed to generate test data.

You should now be ready to visit your test domain for this project!

Suggested development environment and tools

To make the process of contributing as smooth as possible we suggest using tools and services that run well with the Laravel backend, although none of these are required. Our suggested environment includes:

Coding style

We follow the PSR-2 coding standard, but don't worry if your styling isn't perfect. It will be fixed by https://styleci.io/ when your pull request is merged.