From 6f6147d9d66de7a56be8675d0332b04d10b992ab Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Fri, 19 Jan 2024 09:09:24 +0200 Subject: [PATCH] blueprints,standard: drop nvm This was mostly just confusing to people. --- koyo-lib/blueprints/standard/.nvmrc | 1 - koyo-lib/blueprints/standard/README.md | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 koyo-lib/blueprints/standard/.nvmrc diff --git a/koyo-lib/blueprints/standard/.nvmrc b/koyo-lib/blueprints/standard/.nvmrc deleted file mode 100644 index 703a257..0000000 --- a/koyo-lib/blueprints/standard/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -v17 diff --git a/koyo-lib/blueprints/standard/README.md b/koyo-lib/blueprints/standard/README.md index 1d647ce..bd16eca 100644 --- a/koyo-lib/blueprints/standard/README.md +++ b/koyo-lib/blueprints/standard/README.md @@ -5,14 +5,14 @@ ### Requirements * You need [Racket] since this is a Racket application. -* You need [node] and [nvm] to build the assets. +* You need [Node.js] version 18 or higher to build the assets. * You need access to a couple local [Postgres] databases. One named `app_name_here` and the other `app_name_here_tests`. The latter is exercised by unit tests. ### First-time Setup - nvm use && npm install && npm run build + npm install && npm run build raco pkg install chief raco pkg install app-name-here/ # install and build the application and its deps raco pkg install app-name-here-tests/ # install and build the tests and their deps @@ -31,7 +31,6 @@ application is started. ## Running the app locally - nvm use raco chief start @@ -40,4 +39,3 @@ application is started. [argon2]: https://www.argon2.com/ [chief]: https://github.com/Bogdanp/racket-chief [node]: https://nodejs.org/en/ -[nvm]: https://github.com/nvm-sh/nvm