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.
- Host: GitHub
- URL: https://github.com/codidact/co-design
- Owner: codidact
- License: mit
- Created: 2019-12-21T10:28:01.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-11T11:29:23.000Z (over 2 years ago)
- Last Synced: 2025-09-04T09:01:36.407Z (7 months ago)
- Topics: codidact, css, framework, frontend, hacktoberfest
- Language: SCSS
- Homepage: https://design.codidact.org
- Size: 2.25 MB
- Stars: 28
- Watchers: 9
- Forks: 12
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Co-Design
###
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.