Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dd3tech/bui-docs
BUI official website :book:
https://github.com/dd3tech/bui-docs
components-library design-system docs documentation nextjs react ui ui-kit website website-builder
Last synced: about 3 hours ago
JSON representation
BUI official website :book:
- Host: GitHub
- URL: https://github.com/dd3tech/bui-docs
- Owner: dd3tech
- Created: 2023-03-14T18:58:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T16:41:44.000Z (12 months ago)
- Last Synced: 2024-02-08T17:51:11.985Z (12 months ago)
- Topics: components-library, design-system, docs, documentation, nextjs, react, ui, ui-kit, website, website-builder
- Language: TypeScript
- Homepage: https://bui.dd360.mx
- Size: 9.66 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ***DD360-DS Docs***
This is the documentation website of [DD360 Components](https://github.com/dd3tech/dd360-components)
To start this project in development mode run the following steps:
1 - Deps install: `npm install`
2 - Run development mode: `npm run dev`
3 - Run build: `npm run build`
4 - Run preview (production compilation): `npm run preview`