Skip to content

cmu-tt/cmu-tt.github.io

 
 

Repository files navigation

Task Tracker Framework

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

use --mode [mode] to run with alternative .env.[mode] or .env.[mode].local files

Builds and deploys to Github Pages

(builds to the gh-pages branch with the options in .env.local or .env)

npm run deploy

or optionally when cmu-tt is side-by-side (requires all changes to be pushed to remote for full parity):

npm run deploy & (cd ../cmu-tt.github.io && npm run deploy)

Builds the documentation

rm -r -f public/docs && tsc --outDir tmp --rootDir src && jsdoc -c jsdoc.config && rm -r -f tmp

Useful links

Home · About · Contact · Documentation

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.0%
  • Vue 35.5%
  • TypeScript 11.0%
  • CSS 5.4%
  • JavaScript 3.1%