Contributions are welcome and are greatly appreciated!
You must have all the following applications installed:
After forking and cloning this repository, do the following steps to get started:
$ yarn
$ yarn start
After this, point your browser to the specified port (defaults to http://localhost:4000).
The browser will automatically refresh when there are changes to any of the source files.
- Capitalize the subject line.
- Do not end the subject line with a period.
- Use the imperative mood in the subject line.
- End the commit with the emoji that describes your change. The description of emojis for commits is available here.
Examples:
- Add feature X ✨
- Update getting started documentation 📝
- Fix a bug X 🐛