Countdown Generator for Wikidot Backrooms CN, by hoah2333.
Main Generator: https://timer.backroomswiki.cn/generator
Generated timer: https://timer.backroomswiki.cn/timer
Other tools: https://timer.backroomswiki.cn/tools
After you pulled the project, please install the dependencies first.
npm installYou can preview the output on your computer. This will open a real-time update website on your browser. You can modify the codes, and see the difference when you save the code.
npm run dev -- --openAfter that, due to the adapter of dev mode is different from build mode, you must build and see if there's any error on your code.
# build the generator
npm run build
# check the generator on your computer
npm run preview -- --openBecause this project is relied to Wikidot, it is available under the same license as Wikidot, the GNU Affero General Public License 3.0 (AGPL 3.0).