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...
This commit is contained in:
parent
c350222fcc
commit
b600f709b4
6 changed files with 294 additions and 0 deletions
7
website/sandbox/chord-drill-sergeant/shell.nix
Normal file
7
website/sandbox/chord-drill-sergeant/shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
elmPackages.elm
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue