Contributing
July 28, 2019 ยท View on GitHub
The naming convention
I'm not a creative person, so the idea to handle the components' names was using numerical order. I know, probably in a future is something that could not make sense, but for this first version, I think it's ok!
Basically, this is the structure:
componentecategory-number
Steps
- ๐ด Fork this repo!
- ๐ฅ Install all the dependencies running
npm installoryarn. - ๐ In order to create the initial scaffolding for your ui component, run
yarn uiornpm run uiand then you're going to be asked about the name of your component. Write it and press enter (important note: don't use spaces or special characters). More info about the naming convention. - ๐ To start running locally the project, run
yarn startornpm start. - ๐ข Open your browser on
http://localhost:9001/your-component. - ๐ก Be creative!