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

https://github.com/jucian0/next-lib-doc-starter

A starter project for library documentation made with nextjs.
https://github.com/jucian0/next-lib-doc-starter

documentation nextjs reactjs starter-kit

Last synced: 3 months ago
JSON representation

A starter project for library documentation made with nextjs.

Awesome Lists containing this project

README

          

# Next Documentation Library Starter

Next Library starter is a repository that provide a initial effort to make beautiful documentations, form react components or library.

## Technologies

- [ReactJS](https://reactjs.org/)
- [Next.js](https://nextjs.org/)
## 💻 Getting started

### Requirements

- You need to install both [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) to run this project.

## Demo https://next-lib-doc-starter.vercel.app/

First, run the development server:

```bash
yarn

yarn dev
```
The app will be available for access on your browser at http://localhost:3000

![Logo](img/00.png)
![Logo](img/01.png)
![Logo](img/02.png)
![Logo](img/03.png)
![Logo](img/04.png)

Made with 💜 by Jucian0 👋 [Check out my Twitter](https://twitter.com/juciano_barbosa)