Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 699 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 699 Bytes

TraVerse ESL Program

The instructor and administrator portion of the TraVerse ESL system.

Building

  • Clone the repository.
git clone https://github.com/ProtonGeese/traverse-web.git .
  • Install the dependencies.
npm install
  • Build the site.
npm run build
  • Run the provided development server.
npm run serve
  • Continuously build the site whenever it changes.
npm run build:watch

Testing

  • Run provided tests
npm run test
  • Continuously test whenever there are changes.
npm run test:watch

Viewing

This site is a single page application. Just open the file src/index.html in your browser.