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

Remove unused command npm build. #10

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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