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
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftinybirdco%2Flog-analytics-template&project-name=tinybird-log-analytics-template&repository-name=tinybird-log-analytics-template&demo-description=Custom%20analytics%20for%20your%20application%20logs%20using%20Tinybird&demo-url=http%3A%2F%2Flog-analytics.tinybird.co&demo-image=//github.com/tinybirdco/log-analytics-starter-kit/blob/main/dashboard/public/banner.png?raw=true&root-directory=dashboard&integration-ids=oac_uoH2YyxhaS1H6UYvtuRbRbDY)
7
+
Deploy the project to [Tinybird](https://app.tinybird.co?starter_kit=https://github.com/tinybirdco/log-analytics-template/tinybird) and [Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftinybirdco%2Flog-analytics-template&project-name=tinybird-log-analytics-template&repository-name=tinybird-log-analytics-template&demo-description=Custom%20analytics%20for%20your%20application%20logs%20using%20Tinybird&demo-url=https%3A%2F%2Flogs.tinybird.app&demo-image=//github.com/tinybirdco/log-analytics-template/blob/main/dashboard/log-analyzer/public/banner.png?raw=true&root-directory=dashboard/log-analyzer) to get started quickly.
16
8
17
9
Configure your Tinybird environment variables in Vercel:
18
10
@@ -29,7 +21,7 @@ Get started by forking the repository and then customizing it to your needs.
29
21
30
22
Start Tinybird locally:
31
23
32
-
```bash
24
+
```sh
33
25
cd tinybird
34
26
tb local start
35
27
tb login
@@ -39,29 +31,29 @@ token ls # copy an admin token
39
31
40
32
Configure the Next.js application:
41
33
42
-
```bash
34
+
```sh
43
35
cd dashboard/log-analyzer
44
36
cp .env.example .env
45
37
```
46
38
47
39
Edit the `.env` file with your Tinybird API key and other configuration.
0 commit comments