- install Node.js
- start coding 🚀
To start contributing you need Node.js installed on your machine. For macOS users, we recommend doing that with nvm a node version manager. While Windows users should go with the LTS version of Node.js.
- packages:
- docs: main web-site
- mosaic:
- button: button.md – button description
- button-toggle: button-toggle.md – button-toggle description
- mosaic-examples: examples that are displayed in the documentation
-
Create (or update) a Markdown file with the component description. This file is located in the component folder
mosaic/<component>/<component>.md
. -
Create (or update) files with the component code. This file is located in the
mosaic-examples
folder.