Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/civicdatalab/design-system
A bootstrap design system for the website
https://github.com/civicdatalab/design-system
bootstrap design-system ui-components
Last synced: 23 days ago
JSON representation
A bootstrap design system for the website
- Host: GitHub
- URL: https://github.com/civicdatalab/design-system
- Owner: CivicDataLab
- Created: 2019-07-02T04:55:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:26:14.000Z (about 2 years ago)
- Last Synced: 2024-11-14T09:39:28.750Z (3 months ago)
- Topics: bootstrap, design-system, ui-components
- Language: HTML
- Size: 85.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap Theme
An experiment to build a bootstrap 4.0 theme
## Installation
You need **sass** to be installed to compile the `main.scss` file.
```bash
npm install
sass main.scss main.css
```Run a local server to view `index.html` [on your browser](127.0.0.1:9001)
```bash
python -m http.server 9001
```