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
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**.
76
+
*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**.*
53
77
54
-
### Start the application
78
+
### Start the Application
55
79
56
80
```bash
57
81
yarn start
58
82
```
59
83
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.
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.*
63
85
64
-
## Installing with Docker
86
+
---
65
87
66
-
To build the umami container and start up a Postgres database, run:
88
+
## 🐳 Installing with Docker
89
+
90
+
To build the Umami container and start up a Postgres database, run:
0 commit comments