init repo
This commit is contained in:
commit
174258c611
11 changed files with 11589 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Time Guesser Game
|
||||
|
||||
This game is made with the L5 Fennel template. For the docs on that read ./TEMPLATE.md
|
||||
|
||||
## Dev
|
||||
|
||||
To get hot reloading dev experience run:
|
||||
|
||||
```shell
|
||||
$ echo main.fnl | entr -r ./dev.sh
|
||||
```
|
||||
|
||||
|
||||
## Dev minifier
|
||||
|
||||
When working on the minifier code you can also get hot reloading with char count printing; just run:
|
||||
|
||||
```shell
|
||||
$ echo minify.bb | entr -s './minify.bb main.fnl && wc -c main.min.fnl'
|
||||
```
|
||||
|
||||
|
||||
Run minifier unit tests:
|
||||
|
||||
```shell
|
||||
$ bb minify_test.bb
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue