Skip to content

Latest commit

 

History

History
executable file
·
79 lines (53 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
79 lines (53 loc) · 2.14 KB

Starkfarm Client

image

Starkfarm Client is a web application built using Next.js, bootstrapped with create-next-app.

Table of Contents

Getting Started

To run the project locally and start using Starkfarm Client, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/starkfarm-client.git
  1. Navigate to the project directory:
cd starkfarm-client
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Make sure to lint and format your code before creating a PR
  • npm run lint:check to check for lint errors
  • npm run lint:fix to fix lint errors
  • npm run format:check to format the code
  • npm run format:fix to fix the formatting
  • If the code is not formatted properly, the CI will fail

Open http://localhost:3000 in your browser to see the Starkfarm Client in action.

For more details on API routes, check out the API documentation and edit the routes in src/app/api.

Contributing

We welcome contributions from the community to enhance Starkfarm Client further. If you're interested in contributing, please read our Contributing Guidelines for detailed information on how to get started.

All Thanks To Our Contributors