Starkfarm Client is a web application built using Next.js, bootstrapped with create-next-app
.
To run the project locally and start using Starkfarm Client, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/starkfarm-client.git
- Navigate to the project directory:
cd starkfarm-client
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Make sure to lint and format your code before creating a PR
npm run lint:check
to check for lint errorsnpm run lint:fix
to fix lint errorsnpm run format:check
to format the codenpm 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
.
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.