Skip to content

Protocol-Explorer/Protocol-Explorer

Folders and files

NameName
Last commit message
Last commit date
May 13, 2024
May 13, 2024
Sep 15, 2023
Sep 15, 2023
Dec 8, 2023
Dec 8, 2023
Dec 8, 2023
Dec 8, 2023
Dec 8, 2023
Apr 6, 2024
Dec 8, 2023
Sep 15, 2023
Apr 6, 2024

Repository files navigation

Protocol Explorer

Protocol Explorer is a platform aimed at helping individuals learn the fundamentals of different programming languages. Practice your syntax and practice simply writing the code until it becomes second nature. This repository is a Next JS Application

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Ensure you have Node.js installed on your machine.
  • This project uses Yarn as the package manager. Ensure it is installed on your machine.
# Check Node.js is installed
node -v

# Check Yarn is installed
yarn -v

Installation

yarn install

Running the Application

yarn dev

See Contributing.md for details on how to contribute to this project