
<div align="center">
    <h1>Co-Design</h1>
</div>

<div align="center">
    <img alt="npm (scoped)" src="https://img.shields.io/npm/v/@codidact/co-design?color=green">
    <img alt="GitHub" src="https://img.shields.io/github/license/codidact/co-design?color=neongreen">
    <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/codidact/co-design">
</div>

###

This is the official CSS framework for the [Codidact](https://codidact.org) Q&A platform/codidact.com.

For detailed documentation and an overview of the framework features, visit the [**official homepage**](https://codidact.github.io/co-design/).

### Use

To set up, simply run:

    npm install

and to build all the files, run

    npm run build

If you only want to rebuild CSS/JS/Docs, run one of

    npm run css_build
    npm run js_build
    npm run docs_build

### Development

For easy development, run

    npm run dev

and it will host the documentation at http://localhost:8080.
The site will automatically update when you make changes.