Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```