This is a utility and demo site supporting the Software For Climate course by Option Zero and Terra.do.
The site hosts various frontends used during the class and referring to the class.
- Node
- nvm - recommended to install and manage node versions. See .nvmrc for current node version.
- pnpm - node package manager
nvm usepnpm installCreate a .env file in the root directory with the following variables:
AIRTABLE_API_KEY=your_api_key_here- Visit https://airtable.com/create/tokens
- Create a new personal access token
- Grant it access to the following bases:
appiTlFyRhnNrKlLh(Projects - used by/showcase)app97sUZfBc4P5fgr(Companies - used by/frameworks)
- Copy the token and add it to your
.envfile
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.