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
2020-11-06 04:01:29 +09:00
2020-11-07 16:52:50 +09:00
2020-11-06 04:01:29 +09:00
2020-11-10 01:20:49 +09:00
2020-11-10 01:20:49 +09:00
2020-11-10 01:47:19 +09:00
2020-11-06 04:01:29 +09:00
2020-11-10 01:20:49 +09:00

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).

Description
Status affilate T&C agreement landing page
Readme
Languages
JavaScript 81.9%
CSS 14.4%
HTML 3.7%