A more detailed tutorial can be found here. Log in with the NESS Gmail account to view it!
Download VSCode and install Prettier
Install npm packages
$ npm i
Run the site locally
$ npm run dev
Running production build
$ npm run build
$ npm run serve
SSH in to get started. (Replace with your WatIAM)
$ ssh [email protected]
# Optional if you have proper permissions set up
$ become_club ness
$ cd ../ness/
Run build
# Logged in and navigated to /users/ness/
$ git pull
$ npm run build
Finally check out the live NESS site
Lint the code with the npm lint commands
$ npm run lint:ts
$ npm run lint:css
Try to use Conventional Commits