⏱️ 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
Install with npm install
Start development instance with npm start
Create production build with npm run build
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 |