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.
- Host: GitHub
- URL: https://github.com/jucian0/next-lib-doc-starter
- Owner: jucian0
- Created: 2020-07-14T22:56:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T00:39:36.000Z (about 5 years ago)
- Last Synced: 2025-02-03T11:22:06.580Z (over 1 year ago)
- Topics: documentation, nextjs, reactjs, starter-kit
- Language: JavaScript
- Homepage: https://next-lib-doc-starter.vercel.app
- Size: 7.43 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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





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