mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
.. | ||
.env | ||
.gitignore | ||
docker-compose.yml | ||
package.json | ||
README.md | ||
steedos.config.js |
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:
- Steedos Documentation - learn about Steedos features and API.
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.