/Protocol-Explorer

Frontend Repository for Protocol Explorer

Primary LanguageMDX

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