Skip to content

collabberry/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collabberry Frontend

This repository contains the frontend code for the Collabberry project, a collaborative platform designed to enhance teamwork and productivity.

Table of Contents

Getting Started

Follow the instructions below to set up and run the project locally.

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/collabberry/frontend.git
    cd frontend
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Environment Variables

    Before running the application, set up the required environment variables. Create a .env file in the root directory and add the following:

    Development

    VITE_APP_BASE_URL=""
    VITE_NODE_ENV="development"
    VITE_APP_TEAM_POINTS_FACTORY_ADDRESS=
    VITE_APP_TEAM_POINTS_FACTORY_ADDRESS_CELO=
    VITE_APP_URL=
    VITE_APP_NETWORK="Arbitrum Sepolia"
    VITE_APP_BLOCK_EXPLORER="https://sepolia.arbiscan.io/tx"
    

    Production

    # VITE_APP_BASE_URL=""
    # VITE_NODE_ENV="production"
    # VITE_APP_TEAM_POINTS_FACTORY_ADDRESS=
    # VITE_APP_TEAM_POINTS_FACTORY_ADDRESS_CELO=
    
    # VITE_APP_URL=
    # VITE_APP_NETWORK="Arbitrum"
    # VITE_APP_BLOCK_EXPLORER="https://arbiscan.io/tx"
    

    Ensure the appropriate values are filled in for each variable before running the application.

Usage

Start the development server:

npm run dev
# or
yarn dev

The application will be available at http://localhost:5173.


Happy coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages