https://github.com/devjubayr/nextjs-project0.2
https://github.com/devjubayr/nextjs-project0.2
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjubayr/nextjs-project0.2
- Owner: devjubayr
- Created: 2025-03-15T08:42:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T09:32:50.000Z (over 1 year ago)
- Last Synced: 2026-07-16T02:34:20.069Z (6 days ago)
- Language: JavaScript
- Size: 4.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, clone the project:
```bash
git clone
```
Open the project in your machine and,
Install all dependency:
```bash
npm install
```
Run the development server:
```bash
npm run dev
```