Skip to content

Automated performance analysis and suggestion platform for Final Fantasy XIV

License

Notifications You must be signed in to change notification settings

HaySome22/xivanalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,290 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dependencies

Download and install Node https://nodejs.org/en/

Navigate to inside ./xivanalysis, open a terminal and run:

npm install --global yarn
yarn

Open the .env file and enter your access token.

Run

yarn start

Navigate to localhost:3000

Re-deployment

  • git reset --hard -> undo all changes
  • git pull
  • yarn -> install dependencies
  • Put key in .env file
  • yarn start-linux -> starts frontend server
  • yarn server in a separate terminal -> starts backend server

About

Automated performance analysis and suggestion platform for Final Fantasy XIV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • CSS 2.1%
  • Other 0.1%