Done is a web application to facilitate the purchase and sale of beans produced by small producers.
Link of Demo: here
This project was developed with the following technologies:
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin minha-feature
.
After the merge of your pull request is done, you can delete your branch.
git clone https://github.com/vladimiremi/done.git
cd done
npm install
cd server-done
npm run start
cd done
yarn start