Stencil Exploration Project This project aims to test StencilJS through a fake Design system called mml To start the project and watch components, run: npm install npm start To build the component for production, run: npm run build To run the unit tests for the components, run: npm test