Skip to content

Update the install script #1

@matthewkirby

Description

@matthewkirby

Write an install script

"scripts": {
   "build": "./build.sh"
},

that

  1. Creates the data/ directory
  2. Installs the rsl script
  3. Runs npm install to install dependencies

Also set minimum version of node. I tested on v18.17.0

  "engines": {
    "node": ">=18.17.0"
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions