parent
b38b14e2f6
commit
adf69936bb
@ -1,3 +1,11 @@ |
|||||||
# bandolier2 |
# bandolier2 |
||||||
|
|
||||||
An even more educational version of the Bandolier for Learn JS the Hard Way. |
An even more educational version of the Bandolier for Learn JS the Hard Way. |
||||||
|
|
||||||
|
## Getting Started |
||||||
|
|
||||||
|
```shell |
||||||
|
npm install |
||||||
|
npx knex --knexfile=knexfile.cjs migrate:latest |
||||||
|
./bando app |
||||||
|
``` |
||||||
|
Loading…
Reference in new issue