Move the habit-screens project into //website

I'd like to eventually deploy this to wpcarro.dev. Coming soon!
This commit is contained in:
William Carroll 2020-12-11 22:47:04 +00:00
parent 3feb8ceb9a
commit 9e2fbfde8e
17 changed files with 149 additions and 18 deletions

View file

@ -0,0 +1,10 @@
let
briefcase = import <briefcase> {};
pkgs = briefcase.third_party.pkgs;
in pkgs.mkShell {
buildInputs = with pkgs.elmPackages; [
elm
elm-format
elm-live
];
}