Welcome to git.cow! Thank you for your interest in contributing!
We understand that tracking your GitHub activity and project metrics can be challenging and time-consuming. That's where git.cow comes in. Our goal is to help developers gain deeper insights into their coding habits and project progress, making it easier to focus on writing great code without the hassle of manual tracking.
Before you jump in, here's what you need to know about git.cow:
Key features include:
Check out the docs and get familiar with how git.cow can work for you. Once you're comfortable, you'll be ready to start contributing and making the platform even better!
Click the "Fork" button at the top right of this repository to create a copy of the project in your GitHub account.
After forking, clone the repository to your local machine by running the following command:
git clone https://github.com/lumi-work/git.cow.git
cd git.cow
Choose your preferred package manager to install the required dependencies:
npm install
# or
yarn install
# or
pnpm install
Settings
> API
and copy the API URL
and anon public
key..env.local
file in the root of your project and add the following environment variables:
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
You can now run the development server using one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 to view the app in your browser.
git checkout -b feature/your-feature-name
git commit -m "Add some feature"
git push origin feature/your-feature-name
This project is open source and available under the MIT License.