Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzzul/generator-docs-next
https://github.com/zzzul/generator-docs-next
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zzzul/generator-docs-next
- Owner: Zzzul
- License: mit
- Created: 2024-05-11T03:16:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T11:26:00.000Z (2 months ago)
- Last Synced: 2024-08-25T12:23:15.756Z (2 months ago)
- Homepage: https://zzzul.github.io/generator-docs-next/
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Documentation for The Generator
[Generator](https://github.com/Evdigi-INA/generator/) is a Laravel-based open-source toolkit for building basic needs for administration interface setup like Create, Read, Update, and Delete. It's the minimalistic template or a starting point for developing CMS system, admin panel, or any other web application that requires CRUD functionality.
### Installation
1. Clone the repository
```bash
git clone https://github.com/Zzzul/generator-docs-next.git
```
3. Install dependency```sh
npm i
```
```sh
npm run docs:dev
```
4. Create a new branch, make changes, and submit a pull request.### License
[MIT License](./LICENSE)
### Contributors