Skip to content

Krovva is a modern fitness application built for the World App ecosystem.

Notifications You must be signed in to change notification settings

Krovva/krovva-mvp

Repository files navigation

Krovva MVP Project

This repository contains the MVP for Krovva.

Overview

The project is a NextJS-based template, developed as a Worldcoin mini-app to be deployed into the WorldApp ecosystem.

Branching Strategy

dev: The development branch where all new features and updates are implemented.

main: The production branch, strictly for stable releases.

Setup Contribution Instructions

Fork the project

Clone project

git clone https://github.com/YOUR_USERNAME/krovva-mvp.git
cd krovva-mvp

Add the original repository as 'upstream'

git remote add upstream https://github.com/Krovva/krovva-mvp.git

Verify your remotes

git remote -v

Fetch all branches from both origin and upstream

git fetch --all

Set up your local branches:

git checkout main
git checkout -b dev upstream/dev
git checkout -b feature/your-feature-name dev

Installation Setup

Navigate to the project directory and install all necessary dependencies using:

pnpm install

To run the project:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Docs

Worldcoin Docs

Worldcoin Developer Portal

Give us a star! ⭐

About

Krovva is a modern fitness application built for the World App ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages