To get started, you can simply clone this repository and install the dependencies.
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
git clone https://github.com/itsme-Subid/Next-Academy.gitTo run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:
cd Next-Academy
npm install
npm run devor, if you are using yarn:
cd Next-Academy
yarn
yarn devor, if you are using pnpm:
cd Next-Academy
pnpm install
pnpm devThis will start the development server and you should be able to see the website by visiting http://localhost:3000 in your browser.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details
