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
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- 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
yarn install
yarn dev
See Contributing.md for details on how to contribute to this project