Status affilate T&C agreement landing page
Go to file
Jakub Sokołowski 55d4f4abe9
update readme
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-12 19:51:55 +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 set baseURL from env PUBLIC_URL if possible 2020-11-12 19:51:55 +01: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-12 19:51:55 +01: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 2020-11-12 19:51:55 +01: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.

Consists of a React frontend and a StrAPI backend.

The Strapi backend is for form submssion REST API and uses PostgresSQL database.

Configuration

You can see an example .env file in .env.example. Copy it to .env and edit.

Make sure to set BASE_URL as it will be used to post the form data to the backend.

Development

Frontend

yarn install
yarn start

Backend

docker-compose up --build

This command will create a db folder in the root directory.