WalterBrian / celo-101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CELO DAPP

Are you eager to venture into the exciting world of blockchain and create your very own decentralized application (DApp) on the Celo platform 🚀? Look no further! Welcome to CELO-DAPP, the perfect starting point for your Celo DApp journey!

Getting Started

Prerequisites

To run this project, you need to have the following software installed on your system:

  1. Git: Download and install Git

  2. Node.js: Download and install Node.js

Cloning the Repository

To get started, clone this repository to your local machine using Git. Open your terminal or command prompt and run the following command:

git clone https://github.com/WalterBrian/celo-101.git

Installing Dependencies

After cloning the repository, navigate to the project's root directory using the terminal:

cd celo-101

Now, you need to install the project dependencies using npm. Run the following command:

npm install

This will download and install all the required dependencies specified in the package.json file.

Running the Project

Once the dependencies are installed, you can run the project using the following command:

npm run dev

This will start the application, and you should see output indicating that the server is running.

Accessing the Application

The application should now be running locally. To access it, open your web browser and go to:

http://localhost:3000

You should see the application up and running!

it should show this on the webpage HELLO CELO DEVS

Contributing

We welcome contributions to enhance the project. If you find any issues or have ideas for improvements, please feel free to submit a pull request or create an issue in this repository.

About


Languages

Language:JavaScript 50.2%Language:HTML 49.8%