Introduction
Installation
Clone the repository then run the following commands.
npm install
cd website && npm install
Start
Go back to the root folder and run
npm run start
Folder structure
src
The src
folder contains the files related to the package. Only those files will be part of the npm package.
website
The website
folder contains all the documentation and components used as examples.
Most of the time, you'll only need to work inside the website/docs/
and website/src/components/
folder.