Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/provable-things/pgala-recovery-plan-ui
- Owner: provable-things
- Created: 2022-11-08T16:31:52.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-12T12:39:04.000Z (over 1 year ago)
- Last Synced: 2023-10-13T13:08:35.907Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```