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

https://github.com/codidact/co-design

This is the official CSS framework for codidact.com/the Codidact software.
https://github.com/codidact/co-design

codidact css framework frontend hacktoberfest

Last synced: 2 months ago
JSON representation

This is the official CSS framework for codidact.com/the Codidact software.

Awesome Lists containing this project

README

          


Co-Design



npm (scoped)
GitHub
GitHub last commit

###

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.