This is a project to help Portlanders reduce their environmental impact. I've decided to make it Portland-specific, since the resources available in Portland are different than those in other cities. As this project develops, people are welcome to fork it and make a project for their own cities.
This project is written in Javascript using the React framework.
You will need Node.js
and npm
. You can download them at https://nodejs.org/en/download/.
After downloading this project, navigate into the eco-up-pdx directory and install the project dependencies:
npm install
This project is built on create-react-app, which provides a development, test, or deployment version of this app. From their readme:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- create-react-app - A React project starter to get going fast with React.
- npm - Dependency Management
- Semantic UI React - A library of UI components to use with React.
- Rachel Philip - rgsphilip. You can contact me at rachel at pdx dot edu.
This project is licensed under the MIT License - see the COPYING file for details
-
Natan LaFontaine for the idea of the graphical theme throughout this site and help troubleshooting Redux.
-
Bart Massey for providing OSS best practices.
-
PurpleBooth for a great README template