You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 📊 [Game stats](https://trytalo.com/stats) (global and per-player)
13
+
- ⚙️ [Live config](https://trytalo.com/live-config) (update your game config from the web, no releases required)
6
14
7
-
## Available Scripts
15
+
## Docs
16
+
17
+
Our docs are [available here](https://docs.trytalo.com).
18
+
19
+
## Self-hosting
20
+
21
+
See the [self-hosting docs](https://docs.trytalo.com/docs/selfhosting/overview) and the [self-hosting example repo](https://github.com/TaloDev/hosting).
22
+
23
+
## Discord
24
+
25
+
For help and support, [join our Discord](https://discord.gg/2RWwxXVY3v).
26
+
27
+
## Installing, building & running
28
+
29
+
Run `yarn` or `npm install` to install the dependencies.
8
30
9
31
### yarn dev
10
32
11
33
Runs the app in the development mode.
12
34
Open http://localhost:8080 to view it in the browser.
13
35
14
-
The page will reload if you make edits.
15
-
You will also see any lint errors in the console.
16
-
17
36
### yarn build
18
37
19
-
Builds a static copy of your site to the `dist/` folder.
38
+
Builds a static copy of the site to the `dist/` folder.
20
39
21
40
## Docker?
22
41
23
-
We use Docker to build a production image of the frontend (which is simply an nginx server that hosts the static build files). It's not needed for development.
42
+
We use Docker to build a production image of the dashboard (which is a simple NGINX server that hosts the static build files). It's not needed for development.
0 commit comments