https://github.com/itobuztech/nestkit-doc
NestKit is SASS based application build by ItobuzTech
https://github.com/itobuztech/nestkit-doc
Last synced: 5 months ago
JSON representation
NestKit is SASS based application build by ItobuzTech
- Host: GitHub
- URL: https://github.com/itobuztech/nestkit-doc
- Owner: itobuztech
- Created: 2025-02-26T07:31:35.000Z (over 1 year ago)
- Default Branch: gh-pages
- Last Pushed: 2025-03-08T14:59:57.000Z (over 1 year ago)
- Last Synced: 2025-09-08T12:54:04.878Z (10 months ago)
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Setup development server
Doc URL: https://itobuztech.github.io/nestkit-doc/
```
brew install hugo
git clone git@bitbucket.org:itobuztech/nest-starter-template-docs.git or
git submodule init
git submodule update
hugo server
```
# Public doc
```
git branch -D gh-pages
git checkout --orphan gh-pages
HUGO_ENV=production hugo -d docs --minify --baseURL="https://itobuztech.github.io"
git add .
git commit -m "Deploy site"
git push github gh-pages --force
```