https://github.com/dbwodlf3/uidoc
https://github.com/dbwodlf3/uidoc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbwodlf3/uidoc
- Owner: dbwodlf3
- Created: 2022-04-12T06:23:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T08:26:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T14:23:27.296Z (5 months ago)
- Language: JavaScript
- Size: 651 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fast start
``` shell
# Terminal 1
git clone https://github.com/dbwodlf3/uidoc.git
cd uidoc
npm i
cd src/server
npm i
cd ../client
npm i
cd ../../
npm run start
```
``` shell
# Terminal 2
cd uidoc
npm run watch-client
```# Custom
## Edit SideNav
see ```src/server/static/templates/includes/sidenav.njk```## Edit Design System
see ```src/server/static/templates/designSystems/*.njk```## Edit Components
see ```src/server/static/templates/components/*.njk```