An open API service indexing awesome lists of open source software.

https://github.com/youssefwilliam/nextjs-landing-page

In this repo, I created a web landing page fully responsive using next.js
https://github.com/youssefwilliam/nextjs-landing-page

landing-page nextjs react vercel

Last synced: about 2 months ago
JSON representation

In this repo, I created a web landing page fully responsive using next.js

Awesome Lists containing this project

README

          

## Getting Started

Install the dependencies and run the development server

```bash
npm install
npm run dev
# or
yarn
yarn dev
```