Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (29 loc) · 738 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 738 Bytes

alt:V Website

Project setup

npm install -g @vue/cli
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Deploying for Github

If 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 [email protected]:altmp/altv-hub-client.git master:gh-pages

Don't forget to go into settings and set the domain to https://hub.altv.mp/

Customize configuration

See Configuration Reference.