Automate UI

August 31, 2022 ยท View on GitHub

Automate UI

โฑ๏ธ This repositery contains UI source code for Automate.

โŒš๏ธ API source code can be found here

๐Ÿ“Œ LIVE version is available here https://automate.chronologic.network/

ProductHunt is here

โ“ Tutorials and help are here

Running the project

Install with npm install

Start development instance with npm start

Create production build with npm run build

Environment variables

This repo uses dotenv to load environment variables.

For development, a .env file should be created based on the .env.example template file. The .env file should never be commited.

In production, environment variables can be injected directly.

Below is a list of possible environment variables.

NameTypeDefaultDescription
REACT_APP_CHAIN_IDnumber1Ethereum chain ID (1 = mainnet)
REACT_APP_API_URLstringURL of the API
DATABASE_URLstringPostgreSQL connection string
REACT_APP_ALLOW_SIGNUPbooleanWhether to allow new users to sign up