Skip to content

The instructor and administrator portion of the automotive english platform.

Notifications You must be signed in to change notification settings

ProtonGeese/traverse-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The instructor and administrator portion of the automotive english platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published