/studentaccess

NCAI StudentAccess

Primary LanguageTypeScriptMIT LicenseMIT

StudentAccess

Authors: obedm503 Advisors: Scotty

Development

Required dependencies

Getting Started

Clone the repository

git clone https://github.com/ncai-developers/studentaccess.git

Change to development branch

git checkout development

Install dependencies

yarn install

Start development server

yarn dev

Other Scripts

Lint source files

yarn lint

Build the project.

This is only in development. The CD server takes care of building the project for deployment.

yarn build