Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 678 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 678 Bytes

Overview

This is the website for MultiVersus Oceania.

Installation Instructions

  1. Make sure you have PHP and composer installed using your package manager.
sudo dnf install php
sudo dnf install composer
sudo dnf install node
  1. Install other dependencies
sudo dnf install php-pdo
sudo dnf install php-sqlite3
sudo dnf install php-xml
  1. Check out the repo
git clone [email protected]:Multiversus-Oceania/mvs-oce-website.git 
  1. 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
  1. Run the project
php artisan serve