An experiment to test the initial design of Civic Maker's 2021 Council Emissions Calculator project.
Project Goals • Getting Started • Development • Collaboration
- Provide councils a tool to assess their impact on the environment and ...
- Provide councils with inspirations and next steps to have a more sustainable way of working.
- Provide councils with inspirations and next steps to engage communities in initiatives that are favorable for the environment.
- Provide a source of information that facilitates the decision process for councils to become more sustainable.
- to learn more about this project, check out our project planning and trello project board.
First, install dependencies using your preferred package manager...
npm install
# or
yarn install
Next, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources...
-
Next.js Documentation - learn about Next.js features and API.
-
Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Dependencies
-
Google Sheets as database
-
Google sheets to process form responses and calculate emissions
-
Chakra for UI framework
-
Highcharts to build charts in report
-
Vercel as hosting platform
There are 2 options :
STEPS
1. Checkout to main branch 2. `git branch` view list to confirm 3. `git remote add upstream (URL- copy the URL from Code for Australia CodeforAustralia/council-emissions-calculator-spike git hub)`- Upstream is the name for the master git repo it can be reasonable any name.
git fetch upstream
git merge upstream/main
git pull
STEPS
(located above the code listing right top)- Click on
fetch upstream
button - Select
Fetch and merge
button git pull
at the local main branch
- Resolve any conflicts
git status
git add .
orgit add (file/path name)
git commit -m “note”
STEPS
git checkout (branch name)
git merge main
Thanks goes to these wonderful people:
hqtan 💻 📖 |
ymloh 💻 |
Matt Sawkill 💻 |
Bhagyashree 💻 📖 |
Kris Lubiniecki 💻 |
Colette Liu 💻 |
Matt McKenzie 💻 |
oonamcmanus 💻 |
Amutha 💻 |
Russell Jarvis 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!