Welcome to the Ribbit Network Tutorial 🐸

Basics of the Ribbit Network

Welcome to the basics tutorial of the Ribbit Network project! Here you will learn how to set up your environment and get started with developing using the Ribbit framework. 🐸

Step 1: Setting Up

Before you start, ensure you have installed the necessary software. This includes Node.js, npm, and the Ribbit CLI tool.

Step 2: First Ribbit Application

Create a new application using the Ribbit CLI. Run the following command in your terminal:

ribbit create my-first-application

This will scaffold a new Ribbit application for you to work with.

Step 3: Running Your Application

To start the development server, navigate into your project directory and execute:

npm start

Your application will be accessible at localhost:3000

Froge