dont ignore generated files, improve setup info

This commit is contained in:
Marc Grabanski 2022-09-13 06:47:18 -05:00
parent 10aeaaa726
commit c04ba25515
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
node_modules node_modules
src/day*
./ligma.config.js ./ligma.config.js
dist dist
stats.json stats.json

View file

@ -42,6 +42,8 @@ OUT OF DATE. We have quite a few more. need to update
### How It Works ### How It Works
Make you have [Node.js](https://nodejs.org/en/) and yarn installed: `npm install --global yarn`
clone the repo and install the dependencies clone the repo and install the dependencies
```bash ```bash