/cs-net

Intranet site for CS

Primary LanguageJavaScript

cs-net

Intranet site for CS

Up and Running

Clone the repository

git clone https://github.com/Pantheon-Technologies/cs-net.git

Go inside the directory

cd into cs-net

Install dependencies

npm install

Start development server

npm run dev

Build for production

npm run build

Start production server

npm start