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 install or yarn.
  • ๐Ÿ’Ž In order to create the initial scaffolding for your ui component, run yarn ui or npm run ui and 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 start or npm start.
  • ๐Ÿšข Open your browser on http://localhost:9001/your-component.
  • ๐Ÿ’ก Be creative!