Skip to content

kmiu2/ness-site

Repository files navigation

The NESS Site

NESS Site Guide

A more detailed tutorial can be found here. Log in with the NESS Gmail account to view it!

Recommended Setup

Download VSCode and install Prettier

Getting Started

Install npm packages

$ npm i

Run the site locally

$ npm run dev

Running production build

$ npm run build
$ npm run serve

Deployment

SSH

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

Linting

Lint the code with the npm lint commands

$ npm run lint:ts
$ npm run lint:css

GitHub Practices

Try to use Conventional Commits

About

The official NESS site

Resources

Stars

Watchers

Forks

Languages