Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedkhan8067 authored May 25, 2024
1 parent 1cf9963 commit 2d471ed
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions components/hello-world/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Hello-World

This component displays platform specific hello world message.
This component displays a platform-specific hello world message.

## Build and test the Code

## Prerequisite:

[Node.js](https://nodejs.org/en): It requires node.js version 18.x.
1. Navigate to `./components/hello-world/` through Command Line
2. Do installations using the following command:
```
npm install
```
3. Now build the code with the following command:
```
npm run build
```
4. To execute the test cases of this component run the associated command.
```
npm run test
```

0 comments on commit 2d471ed

Please sign in to comment.