LegacyStats is a website developed by ExpDev07 (Discord Server) that allows users to view statistical data of players on the FiveM roleplay server, LegacyRoleplay. The site is made using NodeJS + Express with Jade.
- First, download NodeJS. You can do that here: https://nodejs.org/en/download/.
- Download repo by cloning it using
gitor directly download it as a ZIP. - CD into folder and run
npm installto 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!