Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.22 KB

uSupport-country-admin-ui

uSupport Country Admin Interface

Contribute

Installation

To clone the source code use:

git clone [email protected]:UNICEFECAR/USupport-country-admin-ui.git

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

To run the project via Vite use the following command:

npm run dev

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:

chmod +x create-block.bash
./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

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:

chmod +x create-page.bash
./create-page.bash

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