Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/provable-things/pgala-recovery-plan-ui

The pGALA recovery plan website.
https://github.com/provable-things/pgala-recovery-plan-ui

Last synced: about 14 hours ago
JSON representation

The pGALA recovery plan website.

Awesome Lists containing this project

README

        

# pgala-recovery-plan-ui

The pGALA recovery plan website.

 

***

 

### :house_with_garden: Setting the environment:

Clone the __`pgala-recovery-plan-ui`__ repo

```
git clone https://github.com/provable-things/pgala-recovery-plan-ui.git
```

Switch into the __`pgala-recovery-plan-ui`__:

```
cd pgala-recovery-plan-ui
```

Install dependencies:

```
npm install
```

 

***

 

### :wrench: Development:

Create an __`.env`__ file containing the following values:

```
REACT_APP_BSC_NODE=
REACT_APP_WC2_PROJECT_ID=
```

Start __`pgala-recovery-plan-ui`__ via:

```
npm start
```

 

***

 

### :rocket: Deploy:

Add to the __`.env`__ file the following values:

```
HOST=
USERNAME=
SUDO_PASSWORD=
PATH=
PRIVATE_KEY_PATH=
WEBSITE_FOLDER_PATH=
```