You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.env-example | 12 months ago | |
.gitignore | 12 months ago | |
csccp.js | 12 months ago | |
deployTemplate.yaml | 12 months ago | |
package-lock.json | 12 months ago | |
package.json | 12 months ago | |
readme.md | 12 months ago |
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