This is a work in progress and might change a bit.
This project uses
- react to create a component-based user interface
- redux for state managment
- RxJS Redux reactive programming library
- lottie for handling animations
It is recommended to use the following browser extension
- install dependencies:
yarn install - start dev server:
yarn start - build production version:
yarn build