NiezSellami / docs-demo

A demo/kitchen sink for the docs

Home Page:https://docs-demo-mu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

git clone https://github.com/ionic-team/docs-demo.git

Once cloned, run the following to install dependencies and run the app:

npm i
npm start

Production

To build for production, run:

npm run build

Unit Tests

To run the unit tests once, run:

npm test

To run the unit tests and watch for file changes during development, run:

npm run test.watch

About

A demo/kitchen sink for the docs

https://docs-demo-mu.vercel.app

License:MIT License


Languages

Language:TypeScript 70.2%Language:CSS 27.1%Language:HTML 2.2%Language:Shell 0.5%