An open API service indexing awesome lists of open source software.

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

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
----