https://github.com/zzzul/generator-docs-next
https://github.com/zzzul/generator-docs-next
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zzzul/generator-docs-next
- Owner: Zzzul
- License: mit
- Created: 2024-05-11T03:16:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T06:26:08.000Z (11 months ago)
- Last Synced: 2025-01-20T00:18:07.634Z (9 months ago)
- Homepage: https://zzzul.github.io/generator-docs-next/
- Size: 1.71 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