Skip to content

RKPinata/pinatani

Repository files navigation

Getting Started

  1. Fork this repo.

  2. Initialize this project locally.

  3. Install dependencies with your package manager

npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. Run the project
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

How to contribute?

  1. On your local fork, create a feature branch, for example:
git checkout -b your-feature-name
  1. Commit your feature and push.
  2. Create a pull request to main.
  3. DO NOT DIRECTLY PUSH TO MAIN

Releases

No releases published

Packages

No packages published

Languages