Client side for Class Website Automator. Automates creating the class website for NSS students.
npm install- When opening vscode for the first time, there are 2 extension recommendations. Accept the extension installs when the pop up appears. These will make debugging and running tests easier.
- Run the app:
npm run dev - Lint code:
npm run lint - Run and watch tests:
npm run test - Run tests:
npm run test:ci - Run tests with coverage:
npm run test:coverage