Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 781 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 781 Bytes

twst-wiki-parser

A simple formatter that takes in translators' dialogue and converts it into source code for a new page on the Twisted Wonderland Wiki.gg wiki.

Link: https://ylimegirl.com/twst-wiki-parser/

This project is a fork from myang5's original version which can be found here.

This project uses a modified version of the Chrome Picker from React Color.

Deployment

  • Create a branch called gh-pages and push to the remote repo
  • Go to the repo's Settings > Pages and insure that GitHub Pages recognizes the branch
  • Whenever commits are pushed to the remote's main branch, .github/workflows/deploy.yml will take care of deploying the dist folder to GitHub Pages