It's an gamification program to loyalty points. Integrated with Gamou App.
- First clone the repository
git clone git@github.com:vczb/gamou-loyalitty.git
- Install dependencies
yarn install
- Add the environment variables
REACT_APP_BASE_API_URL=https://stg1-gamou.herokuapp.com/api/v1/
REACT_APP_STORAGE_ROOT_KEY=gamou-loyalitty
- Run the application
yarn start
- Open the browser and go to
http://localhost:3000
start
: run the application in development modelocalhost:3000
check
: check formatting on allsrc
directoryformat
: formats allsrc
directory
You can contribute to this project by opening an issue or creating a pull request.
MIT License