npm install
npx shadow-cljs watch test-page
To build for a new version of Ant Design.
- Update the
user/ant
map - Run a REPL and execute
(gen-factories!)
- Deploy accordingly
npm install antd
npm install -g less-plugin-clean-css
(if not exists)- Create your theme in
/less
. See current folder for working example of synqrinus-theme - Execute
lessc --js less/antd.main.less > <YOUR THEME>-antd.css --clean-css