MPH-Bali / green-village-project

Powering MPH recycling and composting facilities in Bali
MIT License
9 stars 8 forks source link

How to run green-village-project locally on linux ubuntu #246

Closed Mlondo closed 6 years ago

Mlondo commented 6 years ago

I'm Alex, I'm trying to run the green village project on Linux, however, I don't know the tool needed to run.

Please if you can, please send a list of tool required. I want want to join the development team

nicksarafa commented 6 years ago

Hey! You will need yarn installed locally to run the project.

$ cd green-village-project/public
$ yarn
$ yarn start

Let me know if that does the trick!

Mlondo commented 6 years ago

I run yarn, however, I'm getting the following message: There are no scenarios; must have at least one.

Mlondo commented 6 years ago

Sorted thanks Nick