steedos-platform/examples/with-datadog
2023-10-19 09:05:04 +00:00
..
.env 清理 STEEDOS_CLOUD 相关环境变量,新增 STEEDOS_TENANT_ID 2023-09-20 05:57:57 +00:00
.gitignore with datadog 2022-11-10 09:12:46 +08:00
docker-compose.yml with datadog 2022-11-10 09:12:46 +08:00
package.json action: release 2.5.17-beta.1 2023-10-19 09:05:04 +00:00
README.md with datadog 2022-11-10 09:12:46 +08:00
steedos.config.js 迁移@steedos/service-enterprise 2023-05-23 15:10:59 +08:00

This is a Steedos project bootstrapped with create-steedos-app.

Getting Started

  • 注册 Datadog 账户。
  • 创建 .env.local 文件,并配置环境变量。
DATADOG_API_KEY=xxx
  • 运行开发服务器:
docker-compose up
yarn
yarn start

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Steedos Platform, take a look at the following resources:

You can check out the Steedos GitHub repository - your feedback and contributions are welcome!

Deploy your project

The easiest way to deploy your Steedos app is to use the Docker Template.

Check out our Steedos deployment documentation for more details.