https://github.com/devsubid/next-academy
Next Academy using Next.js
https://github.com/devsubid/next-academy
education nextjs
Last synced: 3 months ago
JSON representation
Next Academy using Next.js
- Host: GitHub
- URL: https://github.com/devsubid/next-academy
- Owner: devsubid
- License: gpl-3.0
- Created: 2022-12-30T16:06:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T16:08:39.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:51:26.359Z (about 1 year ago)
- Topics: education, nextjs
- Language: TypeScript
- Homepage: https://nextacademy.vercel.app/
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Next Academy](https://nextacademy.vercel.app/)








Welcome to the Next Academy repository! This repository is a practice project for my Next.js concepts and CSS skills. It is a beautiful website that is primarily focused on courses for programming enthusiasts.
## Getting Started
To get started, you can simply clone this repository and install the dependencies.
### Cloning the Repository
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
```bash
git clone https://github.com/itsme-Subid/Next-Academy.git
```
### Running the Project
To 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:
```bash
cd Next-Academy
npm install
npm run dev
```
or, if you are using yarn:
```bash
cd Next-Academy
yarn
yarn dev
```
or, if you are using pnpm:
```bash
cd Next-Academy
pnpm install
pnpm dev
```
This will start the development server and you should be able to see the website by visiting http://localhost:3000 in your browser.
## License
This project is licensed under the GPL-3.0 License - see the [LICENSE.md](https://github.com/itsme-Subid/Next-Academy/blob/main/LICENSE) file for details