A Reserve Bot for Wikidot Backrooms CN Wiki, by hoah2333.
After you pulled the project, please install the dependencies first.
npm install
You 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 -- --open
After 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 bot
npm run build
# check the bot on your computer
npm run preview -- --open
Because 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).