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.
| Name | Type | Default | Description |
|---|---|---|---|
REACT_APP_CHAIN_ID | number | 1 | Ethereum chain ID (1 = mainnet) |
REACT_APP_API_URL | string | URL of the API | |
DATABASE_URL | string | PostgreSQL connection string | |
REACT_APP_ALLOW_SIGNUP | boolean | Whether to allow new users to sign up |