Next Tailwind Protocol
Summary
About the project
This repository contains a project that simulates a documentation page.
Prerequisites
To run this project you will need to have the following technologies installed in your local environment.
Technologies
The technologies used on the project development are listed below.
Getting started
After you have installed all the technologies in your local environment you will need to clone this project.
git clone git@github.com:gezielelyon/next-tailwind-protocol.git
Then you will need to enter on the folder with the project name and run the following command.
npm i
After that you can start the main application with the below command.
npm run dev