1
1
# Chess.Tools Site
2
2
3
- View all your chess stats across federations and chess websites on one site!
3
+ The ultimate Chess website for statiaticians. View all your chess stats across federations and chess websites on one site!
4
4
5
5
## Features
6
6
7
7
(All in progress, but planned!)
8
8
9
- - [x] View your USCF stats
10
- - [x] View your Lichess stats
9
+ - [x] Notate your OTB games with the game viewer
11
10
- [x] View your Chess.com stats
12
- - [x] View your Chess24 stats
11
+ - [x] View your Lichess stats
12
+ - [x] View your US Chess stats
13
13
- [x] View your FIDE stats
14
14
15
- More !
15
+ And even more features coming soon !
16
16
17
17
## Development
18
18
@@ -27,7 +27,7 @@ This site uses Nuxt, a Vue framework. We use Bun as our package manager.
27
27
28
28
### Setting Up Development Environment
29
29
30
- 1 . Clone the repo
30
+ 1 . Fork and clone the repo
31
31
2 . Run ` bun install ` to install dependencies
32
32
3 . Prepare the ` .env ` file as follows
33
33
```
@@ -39,6 +39,7 @@ This site uses Nuxt, a Vue framework. We use Bun as our package manager.
39
39
SUPABASE_KEY="<your_key>"
40
40
SUPABASE_SERVICE_KEY="<your_service_key>"
41
41
```
42
- 5. Run `bun run dev` to start the development server
43
- 6. Go to `localhost:3000` to view the site
44
- 7. Make changes and submit a pull request!
42
+ 5. Fill out extra `.env` options as needed
43
+ 6. Run `bun run dev` to start the development server
44
+ 7. Go to `localhost:3000` to view the site
45
+ 8. Make changes and submit a pull request!
0 commit comments