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.
yarn start
Navigate to localhost:3000
git reset --hard-> undo all changesgit pullyarn-> install dependencies- Put key in
.envfile yarn start-linux-> starts frontend serveryarn serverin a separate terminal -> starts backend server