Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README instructions need updating #131

Open
snim2 opened this issue Dec 6, 2022 · 0 comments
Open

README instructions need updating #131

snim2 opened this issue Dec 6, 2022 · 0 comments

Comments

@snim2
Copy link

snim2 commented Dec 6, 2022

In your Getting started section, the following needs to be added to make the docs complete:

npm ci

You could also use npm install here, but npm ci will not update packages and re-write your lock file.

Equally, you could add a shell script (or Powershell script for Windows users?) to do this for dev's, for example:

#!/bin/sh

npm run ci
npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant