https://github.com/expdev07/legacystats
A website for LegacyRoleplay to provide stats for players
https://github.com/expdev07/legacystats
Last synced: about 1 month ago
JSON representation
A website for LegacyRoleplay to provide stats for players
- Host: GitHub
- URL: https://github.com/expdev07/legacystats
- Owner: ExpDev07
- Created: 2018-10-04T17:51:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T23:54:40.000Z (over 7 years ago)
- Last Synced: 2025-03-23T06:27:47.319Z (about 1 year ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LegacyStats
LegacyStats is a website developed by ExpDev07 ([Discord Server](https://discord.gg/QF8sJXj)) that allows users to view statistical data of players on the FiveM roleplay server, LegacyRoleplay. The site is made using [NodeJS](https://nodejs.org/en/) + [Express](https://expressjs.com/) with [Jade](http://jade-lang.com/).
## Building and Running
- First, download NodeJS. You can do that here: [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
- Download repo by cloning it using ``git`` or directly download it as a ZIP.
- CD into folder and run ``npm install`` to install all neccecary dependencies.
- Go into the database file (under ``routes/lib``) and enter details.
- Run website by running ``npm start``.
- You are now good to go!