Skip to content

Mirror of the website for the extension group USPCodeLab. For PRs, check our GitLab: https://gitlab.com/uspcodelab/sites/uspcodelab

License

Notifications You must be signed in to change notification settings

uspcodelab/site-uspcodelab

Repository files navigation

USPCodeLab

Website for the extension group USPCodeLab.

Designed and maintained by USPCodeLab

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e