# docs-demo **Repository Path**: ydb_sir/docs-demo ## Basic Information - **Project Name**: docs-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-26 - **Last Updated**: 2024-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ionic Kitchen Sink The Ionic Kitchen Sink is a collection of demos of Ionic components. It can be previewed live on the Ionic Framework documentation site here: https://ionicframework.com/docs ## Getting Started To start building, clone this repository: ```bash git clone https://github.com/ionic-team/docs-demo.git ``` Once cloned, run the following to install dependencies and run the app: ```bash npm i npm start ``` ## Production To build for production, run: ```bash npm run build ``` ## Unit Tests To run the unit tests once, run: ```bash npm test ``` To run the unit tests and watch for file changes during development, run: ```bash npm run test.watch ```