3a17b64b34 | ||
---|---|---|
.env-example | ||
.gitignore | ||
csccp.js | ||
deployTemplate.yaml | ||
package-lock.json | ||
package.json | ||
readme.md |
readme.md
- Fill in .env-example, rename to .env.
- Update correct repo and image names in
csccp.js
script, and in thedeployTemplate.yaml
- To start
npm start
- To view logs, you can run
npm run list
and then view the corresponding log file - To stop,
npm stop