Status affilate T&C agreement landing page
Go to file
Jakub Sokołowski 1083416f98
bootstrap: create super admin user from env variables
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-12 18:04:57 +01:00
backend bootstrap: create super admin user from env variables 2020-11-12 18:04:57 +01:00
public Start project 2020-11-06 04:01:29 +09:00
src Change the get Status link 2020-11-07 16:52:50 +09:00
.gitignore add bootstrapping of admin user in bootstrap.js 2020-11-09 22:17:49 +01:00
Jenkinsfile Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00
README.md Update README 2020-11-10 01:47:19 +09:00
craco.config.js Start project 2020-11-06 04:01:29 +09:00
docker-compose.yml add bootstrapping of admin user in bootstrap.js 2020-11-09 22:17:49 +01:00
env.example bootstrap: create super admin user from env variables 2020-11-12 18:04:57 +01:00
package.json Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00
tailwind.config.js Start project 2020-11-06 04:01:29 +09:00
yarn.lock Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00

README.md

Status affiliate

Status affilate T&C agreement landing page.

Development

yarn install
yarn start

Production

yarn install
yarn run build
yarn run deploy

REST API URL

# src/utils/api.js

axios.defaults.baseURL = 'http://localhost:1337';

Replace 'http://localhost:1337' with the backend HOST or DNS. It's gonna be used for http://{HOSTorDNS}/responses(POST).