Skip to content

Theme changes

Jay edited this page Oct 12, 2022 · 1 revision

wishthis uses Fomantic UI for its frontend.

To update fomantic-ui run the following commands:

yarn upgrade fomantic-ui
cd node_modules/fomantic-ui
npx gulp install
npx gulp build

or as a one-liner

yarn upgrade fomantic-ui && cd node_modules/fomantic-ui && npx gulp install && npx gulp build && cd ../..

Clone this wiki locally