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
We are using [Umami](https://github.com/umami-software/umami), a simple, fast, privacy-focused alternative to Google Analytics for our website tracking.
6
4
7
-
<palign="center">
8
-
<i>Umami is a simple, fast, privacy-focused alternative to Google Analytics.</i>
*The build step will create tables in your database if you are installing for the first time. It will also create a login user with username **admin** and password **umami**.*
52
+
The build step will also create tables in your database if you are installing for the first time. It will also create a login user with username **admin** and password **umami**.
77
53
78
-
### Start the Application
54
+
### Start the application
79
55
80
56
```bash
81
57
yarn start
82
58
```
83
59
84
-
*By default, this will launch the application on `http://localhost:3000`. You will need to either[proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly.*
85
-
86
-
---
60
+
By default this will launch the application on `http://localhost:3000`. You will need to either
61
+
[proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server
62
+
or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly.
87
63
88
-
## 🐳 Installing with Docker
64
+
## Installing with Docker
89
65
90
-
To build the Umami container and start up a Postgres database, run:
66
+
To build the umami container and start up a Postgres database, run:
0 commit comments