diff --git a/rendered/docs/long-start.md b/rendered/docs/long-start.md index 9e4b4d3..9b32e86 100644 --- a/rendered/docs/long-start.md +++ b/rendered/docs/long-start.md @@ -90,7 +90,7 @@ You should have finished the [Quick Start](/client/#/quick/) so you have a worki Once you're sure everything is working you'll make a new page for the number guessing: ```shell -./bando.js djent --template ./static/djenterator/client.svelte --output client/pages/NumberGuess.svelte`. +./bando.js djent --template ./static/djenterator/client.svelte --output client/pages/NumberGuess.svelte ``` Then add it to the `client/routes.js` just like you did with `Test.svelte`. I'd put the page at `/number_guess/` to start, so in your browser you should be going to [http://127.0.0.1:5001/client/#/number/](http://127.0.0.1:5001/client/#/number/) to see the initial message. diff --git a/rendered/docs/quick-start.md b/rendered/docs/quick-start.md index 6e63bc9..082306c 100644 --- a/rendered/docs/quick-start.md +++ b/rendered/docs/quick-start.md @@ -94,6 +94,12 @@ node bando.js init This will configure some items, rerun the migrations just in case, and copy any template files that may have been missed. It will skip files you already have, and then wait for you to start the app in another window. +
Couldn't get a file descriptor referring to the console
when the commands/init.js
script tries to run Node's execSync
. Currently I have no idea why this error happens, as it doesn't happen on any Linux I run. If you have an idea what's causing this, please let me know. If this happens
+
+