Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 576 Bytes

Automator

Client side for Class Website Automator. Automates creating the class website for NSS students.

Getting Started

  1. npm install
  2. 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.

Commands

  • 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