Skip to content

kyotometus/loa-runs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOA.runs

LOA.runs is a website to track the best abyss/legion raids times. People can submit their run for approval.

Structure

Front-End:

  • Vue.Js, Bulma, and Axios

Back-End:

  • Django REST, Pillow, and Djoser

Contribute

If you think you can contribute with anything, follow these steps:

Back-end:

Clone the repo:

git clone https://github.com/matheusclmb/loa-runs.git
cd loa-runs/backend

Create a virtual env:

python -m venv env

Activate the env:

macOS: source env/bin/Activate
winOS: env\scripts\activate

Install the requirements:

pip install -r requirements.txt

Make migrations:

python manage.py migrate
python manage.py makemigrations

Run:

python manage.py runserver

Front-end:

Clone the repo:

git clone https://github.com/matheusclmb/loa-runs.git
cd loa-runs/frontend

Install packages

npm i

Run:

npm run serve

About

Tracker/Leaderboard of Raids for Lost Ark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published