# elements **Repository Path**: souldancing/elements ## Basic Information - **Project Name**: elements - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-28 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VSCode Elements For the end-user documentation, [click here](https://vscode-elements.github.io). ## Setup Install dependencies: ```bash npm ci ``` ## The main NPM tasks ### Production build ```bash npm run build ``` ### Start development mode Start TypeScript compiler in development mode and start the [@web-dev-server](https://modern-web.dev/docs/dev-server/overview/) ```bash npm run start ``` ### Generate the documentation site ```bash npm run docs ``` ### Start the documentation site development server ```bash npm run docs:start ``` ### Testing ```bash npm run build:watch # in another terminal instance: npm run test:watch ``` ### Run tests ```bash npm run test ```