Used to display resources from the https://github.com/altmp/altv-hub repository.
npm installnpm run servenpm run buildIf any changes are made. You can redeploy by running the following locally.
That or run the deploy.sh if you're on a Linux based machine.
npm run build
# Copy CNAME to dist directory.
cd dist
git init
git add -A
git commit -m 'deploy'
git push -f git@github.com:altmp/altv-hub-client.git master:gh-pagesDon't forget to go into settings and set the domain to https://hub.altv.mp/