https://github.com/thinkmill/elemental-ui
https://github.com/thinkmill/elemental-ui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinkmill/elemental-ui
- Owner: Thinkmill
- Created: 2019-10-02T04:02:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:17:47.000Z (about 3 years ago)
- Last Synced: 2025-10-01T06:38:01.641Z (4 months ago)
- Language: TypeScript
- Size: 1.17 MB
- Stars: 10
- Watchers: 22
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elemental UI
## Getting started in the repo
Install dependencies
```bash
yarn
```
Start the test site
```bash
cd site && yarn dev
```