The instructor and administrator portion of the TraVerse ESL system.
- 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
- Run provided tests
npm run test
- Continuously test whenever there are changes.
npm run test:watch
This site is a single page application. Just open the file src/index.html
in your browser.