Skip to content

Commit 56f0116

Browse files
committed
README
1 parent 555e461 commit 56f0116

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# tpg-solver
2+
3+
A solver for various Travel Pics Game modes
4+
5+
## To Use
6+
7+
Go to https://tpg.makeinstallnotwar.org/
8+
9+
## Hacking
10+
11+
- Clone the repo
12+
- Make sure a recent version of `node` is installed and type `yarn` to install dependencies
13+
- Now you can do `yarn serve` and visit http://localhost:8000/ to see a version of the site on your machine
14+
- Technologies used: [react][], [redux][], [typescript][], [turf.js][], [GeoJSON][], etc.
15+
- Contact mlc if you have any questions
16+
17+
[react]: https://react.dev/
18+
[redux]: https://redux-toolkit.js.org/
19+
[typescript]: https://www.typescriptlang.org/
20+
[turf.js]: https://turfjs.org/
21+
[GeoJSON]: https://geojson.org/

0 commit comments

Comments
 (0)