If you want to contribute, you must read and accept our Code of Conduct.
package | Description | Documentation |
---|---|---|
app |
The web application built with React and Typescript | app docs |
assets |
All the SVG assets and design files | assets docs |
functions |
Endpoints deployed as Netlify functions | functions docs |
- yarn >=1.17.0
yarn install
It will execute a postinstall
command copying all SVG files from assets
package to the app
and functions
packages.
yarn start
- The master branch is the
production
branch. - All new features / bugs should be done in a dedicated branch from the
master
branch. - On each PR you will have a preview app deployed on Netlify
This project uses gitmoji as commit convention, because it's fun and provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. All you just have to do is to find the emoji corresponding to the purpose of your commit in this list following by a short message explaining the update. You can also add a description if it's needed. That's all ;)