Write an install script
"scripts": {
"build": "./build.sh"
},
that
- Creates the
data/ directory
- Installs the rsl script
- Runs
npm install to install dependencies
Also set minimum version of node. I tested on v18.17.0
"engines": {
"node": ">=18.17.0"
},
Write an install script
that
data/directorynpm installto install dependenciesAlso set minimum version of node. I tested on
v18.17.0