An open API service indexing awesome lists of open source software.

https://github.com/dbwodlf3/uidoc


https://github.com/dbwodlf3/uidoc

Last synced: 3 months ago
JSON representation

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```