Make sure you have:
The environment variables required by Tachybase are stored in the .env file in the root directory. Modify the environment variables according to actual conditions. If you don't know how to modify them, click here to view environment variable instructions, or you can keep the defaults.
TZ is used to set the application's timezone, defaults to the operating system timezone;APP_KEY is the application's secret key, used to generate user tokens, etc. (if APP_KEY is changed, old tokens will also become invalid). It can be any random string. Please change it to your own secret key and ensure it is not leaked;DB_* are database-related. If it's not the default database service in the example, please modify according to actual conditions.Open http://localhost:3000 in your browser. The initial account and password are [email protected] and !Admin123..