mliebelt / pgn-viewer

Simple PGN viewer with the necessary features to display chess games
GNU General Public License v3.0
161 stars 44 forks source link

Split repository into pgn-reader (new one) and pgn-viewer (existing one) #488

Closed mliebelt closed 8 months ago

mliebelt commented 8 months ago

I would like to have 2 repositories in the future, so that pgn-reader and pgn-viewer may be more independent developed. Most people using the current implementation use the npm install way, so splitting is not a danger for them.

Do the following:

Then decide in which steps the migration should be done. Something like:

  1. ✔ Move out the reader part (perhaps by cloning to keep the history, then moving the directories).
  2. ✔ Restructure the existing repo: move the directories over, remove unneeded generalization.
  3. ✔ Create a new build that is then deployed to Github Pages, under a new URL.
  4. ✔ Correct all documentation to reflect the new URL (hopefully not too much).