Repository of MyCandyLove Editor, a fanfic creation tool for MyCandyLove.
Online editor available at https://mcl.sandro.dev
Use npm install
to install all dev dependencies.
Use npm build
to build the final, which will be available in the dist/
folder.
Use npm dev
to start the development server.
Changes to the CSS should be made in the respective .scss
file. Recompile using the command npm build
.
Changes to the JS should be made in the respective .ts
script. Recompile using the command npm build
.
Current maintainer of this project is SandroHc.
Original authors are Lucas and Mya.
This project is distributed under the MIT license.