Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 284 Bytes

readme.md

File metadata and controls

20 lines (19 loc) · 284 Bytes

Web Components based on lit.

Fast Start

	# 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
	# Terminal 2
	cd uidoc
	npm run watch-client