diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-27T10·49+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-27T10·59+0000 |
commit | f4f7f454fa23d0b7f8dd665ec755f1131928f98d (patch) | |
tree | 81de2b2ea4e5c8786953bacbb6543a705d9935a6 /website/sandbox/nut-score/README.md | |
parent | 6b224a9e314b6faedd25fc5361a5bb6ac8c3e0a3 (diff) |
Delete nut-score
In the spirit of minimalism, I would like to delete this half-baked project from my repository. Do less, but better.
Diffstat (limited to 'website/sandbox/nut-score/README.md')
-rw-r--r-- | website/sandbox/nut-score/README.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/website/sandbox/nut-score/README.md b/website/sandbox/nut-score/README.md deleted file mode 100644 index 585967b8beb4..000000000000 --- a/website/sandbox/nut-score/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# Nut Score - -I cloned most of this start boilerplate from -github.com/BuckleScript/bucklescript by running the following: - -```shell -$ cd ~/programming -$ git clone git@github.com:BuckleScript/bucklescript -$ cp -R ./jscomp/bab/templates/react-hooks ~/briefcase/nut-score -``` - -## Installing - -```shell -$ nix-shell -$ yarn install -``` - -## Developing - -In one shell run: - -```shell -$ nix-shell -$ yarn server -``` - -In another shell run: - -```shell -$ nix-shell -$ yarn start -``` - -Now open a web browser and visit `localhost:8000`. |