This is the website for MultiVersus Oceania.
- Make sure you have PHP and composer installed using your package manager.
sudo dnf install php
sudo dnf install composer
sudo dnf install node
- Install other dependencies
sudo dnf install php-pdo
sudo dnf install php-sqlite3
sudo dnf install php-xml
- Check out the repo
git clone [email protected]:Multiversus-Oceania/mvs-oce-website.git
- Install dependencies using composer and set up the project
composer update
cp .env.example .env
php artisan key:generate
php artisan migrate
npm i
npm run build
- Run the project
php artisan serve