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 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**.*
70
+
_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**._
71
71
72
72
### Start the Application
73
73
74
74
```bash
75
75
npm run start
76
76
```
77
77
78
-
*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.*
78
+
_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._
0 commit comments