Skip to content

Web3Novalabs/predifi-frontend

Repository files navigation

Predifi Frontend

Overview

This repository contains the frontend for the Predifi project. Follow the steps below to set up and run the project locally.

Getting Started

Prerequisites

Ensure you have the following installed on your system:

  • Node.js (LTS version recommended)
  • Git
  • Yarn (or use npm if preferred)

Clone the Repository

To get started, clone this repository using Git:

git clone https://github.com/your-org/predifi-frontend.git
cd predifi-frontend

Install Dependencies

Install the necessary packages using Yarn or npm:

yarn install
# or
npm install

Environment Variables

Create a .env.local file in the root directory and configure the required environment variables. Example:

NEXT_PUBLIC_API_URL=https://api.example.com
NEXT_PUBLIC_APP_ENV=development

Deployed contract Address

https://sepolia.starkscan.co/contract/0x06ff646a722404885793669af5270d4285a8acbb6e7193332ad390844f300121

Running the Project

Start the development server:

yarn dev
# or
npm run dev

The app will be available at http://localhost:3000/.

Building for Production

To create an optimized production build:

yarn build
# or
npm run build

To preview the production build:

yarn start
# or
npm start

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Make your changes and commit them:
    git commit -m "Add new feature"
  4. Push to your branch:
    git push origin feature-name
  5. Create a pull request for review.

License

This project is licensed under MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 25

Languages