Game Notes is a private project for taking notes on games. It uses React with Phosphor icons and Vite as a build tool.
To install dependencies, run:
npm installTo start the development server, run:
npm run devTo create a production build, run:
npm run buildTo deploy to Github pages, run:
npm run deploy- date-fns: ^2.30.0
- phosphor-react: ^1.4.1
- react: ^18.2.0
- react-dom: ^18.2.0
This project is licensed under the MIT License.


