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