TODO: description
TODO
TODO
For local development, clone this repo and first install dependencies with:
npm install
Then pick a project for testing and generate its dependencies using the CLI:
npm run cli -- --entry-points path/to/entry/module --ts-config path/to/tsconfig/file
Then run a development server with:
npm start
If you need to update icons and mappings from VSCode Material Icon Theme, run:
npm run fetch-icons