This repository contains the website source code for the Wase ECS repository.
- PHP 8.0 or higher
- Composer
- Symfony
- Yarn
- NPM
To run the website on your local environment you will need to create an .env file in the project root and add the following lines to it:
APP_ENV=dev
APP_SECRET=
After this you will have to run the following commands:
composer install
yarn
yarn build
git submodule init
git submodule update
git submodule foreach git pull origin production
To start the server you can use symfony server:start