https://github.com/geometryzen/chess-studio
https://github.com/geometryzen/chess-studio
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geometryzen/chess-studio
- Owner: geometryzen
- License: mit
- Created: 2024-12-20T15:59:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T21:49:00.000Z (over 1 year ago)
- Last Synced: 2025-01-23T03:34:07.706Z (over 1 year ago)
- Language: TypeScript
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chess-studio
## Continuous Integration

[Builds](https://github.com/geometryzen/chess-studio/actions)
## Getting started
```bash
$ git clone https://github.com/geometryzen/chess-studio
$ cd chess-studio
$ npm install --force
$ npm run build:dev:all
$ npm start
```
## Logging using electron-log
The default Electron log locations are:
on Linux: ~/.config/{app name}/logs/main.log
on macOS: ~/Library/Logs/{app name}/main.log
on Windows: %USERPROFILE%\AppData\Roaming\{app name}\logs\main.log
Reference: https://www.npmjs.com/package/electron-log