about summary refs log tree commit diff
path: root/website/sandbox/chord-drill-sergeant/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-10T22·03+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-10T22·03+0100
commitb600f709b4e456875fc559b3f0e7ef016ad4fca6 (patch)
tree4d31474278ebd15d2dec90c14322ac14d6941a5f /website/sandbox/chord-drill-sergeant/README.md
parentc350222fcc4f665e55f1d84902a813ac35558ef3 (diff)
Model data and sketch ideas for Chord Drill Sergeant
Initialize an Elm application to build a MVP for the Chord Drill Sergeant
application. There isn't much to see at the moment. I'm just sketching
ideas. More forthcoming...
Diffstat (limited to 'website/sandbox/chord-drill-sergeant/README.md')
-rw-r--r--website/sandbox/chord-drill-sergeant/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/sandbox/chord-drill-sergeant/README.md b/website/sandbox/chord-drill-sergeant/README.md
index db471fa40143..0f9dd4d6bc6e 100644
--- a/website/sandbox/chord-drill-sergeant/README.md
+++ b/website/sandbox/chord-drill-sergeant/README.md
@@ -45,3 +45,13 @@ Here are some useful features of CDS:
 - Chaos-mode: Feeling confident? Throw the classical notions of harmony to the
   wayside and use CDS in "chaos-mode" where CDS samples randomly from the Circle
   of Fifths.
+
+## Developing
+
+If you're interested in contributing, the following will create an environment
+in which you can develop:
+
+```shell
+$ nix-shell
+$ elm reactor
+```