Skip to content

codidact/co-design

Repository files navigation

Co-Design

npm (scoped) GitHub GitHub last commit

This is the official CSS framework for the Codidact Q&A platform/codidact.com.

For detailed documentation and an overview of the framework features, visit the official homepage.

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.