https://github.com/edtonatto/game-notes
Static site that lists comments about video games
https://github.com/edtonatto/game-notes
javascript reactjs vitejs
Last synced: about 1 month ago
JSON representation
Static site that lists comments about video games
- Host: GitHub
- URL: https://github.com/edtonatto/game-notes
- Owner: EdTonatto
- License: mit
- Created: 2023-06-19T17:11:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T17:53:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T10:25:49.478Z (over 1 year ago)
- Topics: javascript, reactjs, vitejs
- Language: JavaScript
- Homepage: https://edtonatto.github.io/game-notes/
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Notes
Game Notes is a private project for taking notes on games. It uses React with Phosphor icons and Vite as a build tool.


## Installation
To install dependencies, run:
```bash
npm install
```
## Usage
To start the development server, run:
```bash
npm run dev
```
To create a production build, run:
```bash
npm run build
```
To deploy to Github pages, run:
```bash
npm run deploy
```
## Dependencies
- date-fns: ^2.30.0
- phosphor-react: ^1.4.1
- react: ^18.2.0
- react-dom: ^18.2.0
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).