Skip to content

maartenbode/now-inzichtelijk

Repository files navigation

NOW Regeling Inzichtelijk Website

Code achter de website: https://now-inzichtelijk.nl.

Ontwikkelomgeving vereisten

  • PHP 7.4 (incl. Composer)
  • MySQL
  • Node.js
  • Yarn / npm
  • (Optioneel) Redis

Installatie

  1. Maak een .env.local bestand gebaseerd op het .env bestand met jouw MySQL database gegevens.
  2. Maak een .php_cs bestand met dezelfde inhoud als het .php_cs.dist bestand.
  3. Installeer alle dependencies via composer: composer install.
  4. Run de lokale ontwikkel server: symfony serve.
  5. (Optioneel) Draai de Symfony Encore watcher via yarn encore dev --watch om frontend (CSS/JS) aanpassingen te compileren.

Bijdrage doen

  1. Fork het project
  2. Maak een feature branch (git checkout -b feature/fooBar)
  3. Commit je aanpassingen (git commit -am 'x toegevoegd')
  4. Push naar je branch (git push origin feature/fooBar)
  5. Maak een pull request

About

Code behind the website: now-inzichtelijk.nl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published