Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 782 Bytes

README.md

File metadata and controls

69 lines (44 loc) · 782 Bytes

pgala-recovery-plan-ui

The pGALA recovery plan website.

 


 

🏡 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

 


 

🔧 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

 


 

🚀 Deploy:

Add to the .env file the following values:

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