/hacksu-2021

New Hacksu site that looks fresh and 👌

Primary LanguageVue

hacksu-2021

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Website Redirects (aka short URLs)

https://github.com/hacksu/hacksu-2021/wiki/Hacksu-Website-Redirects

Customize configuration

See Configuration Reference.

Remote Deployment

Use the following commands to push changes to the hacksu server.

Add Deploy Remote

git remote add live ssh://root@hacksu.com/var/repo/hacksu-2021.git

Deploying

git push live master