https://github.com/devidw/dcbp
Digital Communications Best Practices
https://github.com/devidw/dcbp
asciidoctor best-practice best-practices chat communication communications conversation digital-communication digital-communications docs email guide rules
Last synced: 2 months ago
JSON representation
Digital Communications Best Practices
- Host: GitHub
- URL: https://github.com/devidw/dcbp
- Owner: devidw
- Created: 2022-04-24T17:33:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T16:31:48.000Z (about 3 years ago)
- Last Synced: 2024-10-18T20:44:44.232Z (7 months ago)
- Topics: asciidoctor, best-practice, best-practices, chat, communication, communications, conversation, digital-communication, digital-communications, docs, email, guide, rules
- Homepage: https://devidw.github.io/dcbp/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Digital Communications Best Practices
To view and edit the best practices open link:./BP.adoc[].
== Development
=== Conda
// conda env export > environment.yml[source,sh]
----
conda activate chat-bps
----=== Shell script
To run the script first make it executable:[source,sh]
----
chmod +x ./build.sh
./build.sh
----