Commit Graph
7 Commits
Author SHA1 Message Date
orrisroot b2cac59c2d chore: ignore vscode settings and drop their readme note
Follow up the removal of .vscode/.

- Ignore .vscode/ except extensions.json, as the other sites do
- Remove the README paragraph describing .vscode/settings.json
2026-09-15 20:44:34 +09:00
orrisroot 0e99d1cd3d build: update dependencies and move to react-router 8
react-router-dom stops at 7; version 8 ships only as react-router,
which the other archived sites already use.

- import the router from react-router instead of react-router-dom
- update React, Vite, three.js types, Biome and CSpell
- keep @types/node on the 24.x line with .ncurc.js
2026-09-14 19:26:53 +09:00
orrisroot df2c671844 docs: rewrite readme and split out the changelog
The README still described the Create React App scaffold and mixed
the release history into the same file.

- Document the current stack, requirements, project structure,
  routes, data model, and build output
- Move the release history to CHANGELOG.md and add entries for
  3.0.0, 3.0.1, and 3.0.2
2026-09-09 12:45:01 +09:00
orrisroot c22bf6ee0c docs: update README for Vite migration
Replace Create React App scripts with Vite equivalents.
Removes npm start, npm test, and npm run eject. Adds
npm run dev, npm run preview, npm run lint, npm run format,
and npm run format:check. Updates links to Vite and React docs.
2026-05-24 20:17:09 +09:00
orrisroot bea6025a10 update readme file. 2022-05-12 13:41:14 +09:00
orrisroot 9178a058aa update readme 2022-05-12 13:40:34 +09:00
orrisroot 81de5e7154 first commit. 2022-05-11 18:50:27 +09:00