Skip to content

Files

Latest commit

9fe9571 · Dec 30, 2024

History

History
50 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.31 KB

Ethereum Cat Herder Website

gitpoap badge

Purpose

This repository manages the content of the official Ethereum Cat Herders website.

Tech Stack

This app is built using:

Running locally

Prerequisites

You may need the additional prisma library to build locally

npm i -g prisma

Install the dependencies

npm install

Run your local server

npm run dev

How to Contribute

To contribute to this project, please follow the steps below:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Create a pull request to the develop branch

Once your PR is merged to the develop branch, it will be deployed to the staging website.

To deploy changes to the production website, you need to create a PR from the develop branch to the main branch. A reviewer must approve the PR before it can be merged.

Questions

If you're a new contributor with questions, contact the team in our Discord server.