Move nut-score into website/sandbox

Also move some .gitignore entries from the top-level .gitignore into a
subdirectory .gitignore.
This commit is contained in:
William Carroll 2020-03-24 12:29:34 +00:00
parent 2551b41d73
commit 57b58e9b2f
15 changed files with 7 additions and 9 deletions

View file

@ -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`.