Skip to content

Commit

Permalink
Remove unused command npm build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandyvenables committed Sep 11, 2024
1 parent c7d3f4d commit 9cb5cae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OpenCred supports the following list of features:

### Configuration

The app is configured via a YAML file compatible with
The app is configured via a YAML file compatible with
[@bedrock/config-yaml](https://www.npmjs.com/package/@bedrock/config-yaml). See
[configs/combined.example.yaml](configs/combined.example.yaml) for an example.

Expand All @@ -63,7 +63,7 @@ If you're using VS Code as your editing environment, you can install an
extension and configure automatic schema validation for your `combined.yaml`
file. This will provide you with real-time feedback as you type in your
configuration file. Errors on missing required properties, descriptions and
example values for configuration fields, auto-complete of fields are supported.
example values for configuration fields, auto-complete of fields are supported.

To configure your VS Code workspace to use auto-completion, install the plugin
[redhat.vscode-yaml](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)
Expand Down Expand Up @@ -435,11 +435,10 @@ Prerequisites:
* Node v20
* MongoDB v5

Install dependencies, compile the UI, and run the server:
Install dependencies and run the server:

```sh
$ npm i
$ npm run build
$ npm run start
```

Expand Down

0 comments on commit 9cb5cae

Please sign in to comment.