Custom theme for Topcoder Theme.
- This theme needs the
Feature.NewFlyouts.Enabled
config set astrue
for the flyouts to work properly. - The theme name should be equal the
key
property inaddon.json
(example it should betopcoder
with current key value)
- Install dependencies:
npm i
- This theme is built with the Vanilla CLI and does not come with its own build toolchain. With that installed you can simply run:
vanilla build --vanillasrc ./
or
vanilla build --vanillasrc ./ --watch
to build your styles/js/images.
Documentation for the CLI can be found here.