https://github.com/larsklopstra/nebula-documentation
Documentation for Nebula admin panel.
https://github.com/larsklopstra/nebula-documentation
dashboard documentation hacktoberfest laravel nebula package php
Last synced: 3 months ago
JSON representation
Documentation for Nebula admin panel.
- Host: GitHub
- URL: https://github.com/larsklopstra/nebula-documentation
- Owner: Larsklopstra
- Created: 2020-09-22T12:10:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T19:30:06.000Z (over 5 years ago)
- Last Synced: 2025-06-21T18:02:17.838Z (about 1 year ago)
- Topics: dashboard, documentation, hacktoberfest, laravel, nebula, package, php
- Language: JavaScript
- Homepage: https://nebulapackage.com
- Size: 518 KB
- Stars: 56
- Watchers: 1
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# nebula-docs
## Setup
Install dependencies:
```bash
npm run install
```
## Development
```bash
npm run dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
npm run generate
```
To preview the static generated app, run `npm run start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).