green-complaint

Report environment problems

Usage no npm install needed!

<script type="module">
  import greenComplaint from 'https://cdn.skypack.dev/green-complaint';
</script>

README

Green Complaint | Report enviroment problems

run on repl.it Forks Stars License Issues Pull requests GitHub commit activity GitHub repo size Lines of code W3C Validation

If you see any issues, such as items being recycled the wrong way, say it on Green Complaint! Feel free to come and report the issue. Add the necessary data so that something can be done about it. You can also see reports from other people and support the environment.

Features

  • Refreshed UI
  • Account options
  • Create, edit, and mark reports as resolved
  • Restore reports
  • And more...

Install in your local environment

Want to create your own? Or contribute? Perfect. Before, please read the contributing guidelines. To install Green Complaint on your desktop first you need clone the repo, install all the dependencies, and run.

$ git clone https://github.com/mlamota2020/green-complaint.git
$ cd green-complaint
$ npm install
$ ready!!!

Scripts

There are some scripts for development and production.

1.- npm start

With npm start, Green Complaint will start the server at localhost:4000.

2.- npm run dev and npm run dev-css

npm run dev starts a development server powered by Nodemon by restarting it for you when you do changes. To work correctly, you need to run in another console npm run dev-css to create the styles on demand.

3.- npm run build-css

Use this command to create the actual styles on the app. The diference with npm run dev-css is that the command is always watching, and build-css isn't watching.

FAQs

  1. What if I want to contribute the repo?

Well, you can make changes and create a pull request with the commit. DON'T MAKE THE CHANGES DIRECTLY!!

  1. I'm a 32 bits Windows user and the app doesn't work

The app is only for the 64 bits Windows version. Sorry for the inconveniences.

  1. I'm building the app for all platforms and it throw me an error saying that it can't wrote an app for 'x' platform. What do I do?

Check that you're builing with admin privileges. This will help to create the app for other plaforms.


  • 2021 YLA - Environmental Club. Coded by Matias La Mota | Logo by Sebastián Heras. Made with ♥