This project follows the Airbnb React style guide with also the help of eslint
and prettier
configured for such.
Use yarn
as the package manager.
Install the dependencies:
yarn install
Format your code when needed:
yarn format
Tests can be run with:
yarn test
Start the development server using:
yarn start
After passing the continous integration, the deployment is handled by the continous deployment pipeline, every commit to master is build and then pushed to gh-pages
branch, which serves the GitHub Pages static content.