https://github.com/drenther/toor-component-library
https://github.com/drenther/toor-component-library
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drenther/toor-component-library
- Owner: drenther
- Created: 2018-02-10T11:45:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T14:16:30.000Z (over 7 years ago)
- Last Synced: 2025-02-24T16:30:06.637Z (4 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hosted @ - https://toor-design.surge.sh
Components for Toor
## USAGE
_Start by cloning the repo_
```
git clone https://github.com/drenther/toor-component-library.git
```_Then Install the npm dependencies_
```
npm install
```_To start dev server_
```
npm start
```_To build_
```
npm run build
```