Skip to content

Commit

Permalink
Refactor: README.md USupport to uSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-7DIGIT committed Dec 22, 2023
1 parent eb60db9 commit 0a96fa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# USupport-country-admin-ui
# uSupport-country-admin-ui

USupport Country Admin Interface
uSupport Country Admin Interface

# Contribute

Expand All @@ -18,15 +18,15 @@ To install all the dependencies use:
npm install
```

The USupport Country Admin UI can be run via the Vite build tool. For more information about Vite [please see the documentation](https://vitejs.dev/guide)
The uSupport Country Admin UI can be run via the Vite build tool. For more information about Vite [please see the documentation](https://vitejs.dev/guide)

To run the project via Vite use the following command:

```
npm run dev
```

## Adding a new block to the USupport Country Admin UI
## Adding a new block to the uSupport Country Admin UI

To create a new block, please use the provided bash script `create-block.bash`. By executing the following command from the root directory of the project:

Expand All @@ -37,7 +37,7 @@ chmod +x create-block.bash

Then, you will be prompted to provide block name, block description, and whether the block requires locale files.

## Adding a new page to the USupport Country Admin UI
## Adding a new page to the uSupport Country Admin UI

To create a new page, please use the provided bash script `create-page.bash`. By executing the following command from the root directory of the project:

Expand Down

0 comments on commit 0a96fa7

Please sign in to comment.