/wase-engine-website

The website for Wase Engine

Primary LanguagePHPOtherNOASSERTION

Wase Engine logo banner

Website badge Discord badge Mit License badge Issues badge Lines badge Stars badge

This repository contains the website source code for the Wase Engine repository.

Requirements

  • PHP 8.0 or higher
  • Composer
  • Symfony
  • Yarn
  • NPM

Setting up the website

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