VSCode Elements
For the end-user documentation, click here.
Setup
Install dependencies:
The main NPM tasks
Production build
Start development mode
Start TypeScript compiler in development mode and start the @web-dev-server
Generate the documentation site
Start the documentation site development server
Testing
npm run build:watch
# in another terminal instance:
npm run test:watch