StudioCompanion / climate-agency

climate-agency.vercel.app
0 stars 0 forks source link

The Climate Agency

The Climate Agency is a marketing strategy consultancy, non-profit, and dedicated to help climate projects scale up.


Authors โœ๏ธ

Environments ๐ŸŒ

Developing ๐Ÿงฑ

Built with

Prerequisites ๐Ÿ“

Global dependencies for development ๐Ÿงถ

๐Ÿ’ก The node version we are using in the project is 17.6.0. It can be found in the .nvmrc file.

Developing the project

Download the repo โฌ‡๏ธ
  1. Clone the GitHub repo of the project:
git clone git@github.com:StudioCompanion/climate-agency.git
  1. Navigate to the project in your local folder
cd climate-agency/
  1. Install all dependencies and dev-dependencies in found package.json file
yarn install
After these steps, you are now ready to run the project locally ๐Ÿš€
  1. In your terminal, run:
yarn dev

This will run the website in your local server.

  1. Run Storybook - for this you will need to open a separate terminal window.
yarn storybook

Here you can see all components in isolation.

Delpoying / Publishing โœˆ๏ธ

There's an automatic pipeline from pushing to main to the vercel deployment.

Versioning ๐Ÿ“ฆ

We use SemVer for versioning