diff --git a/development/README.md b/development/README.md index b98fde6b4b6..15330e29cd3 100644 --- a/development/README.md +++ b/development/README.md @@ -16,16 +16,22 @@ node ./setup.js These are created by the script and are found at the root in the `.env`-file. ```dotenv -CYPRESS_TEST_APP=autodeploy-v3 +CYPRESS_TEST_APP= DEVELOP_APP_DEVELOPMENT=0 -DEVELOP_BACKEND=0 +DEVELOP_RESOURCE_ADMIN=0 +DEVELOP_BACKEND=1 DEVELOP_DASHBOARD=0 DEVELOP_PREVIEW=0 DEVELOP_STUDIO_ROOT=0 -GITEA_ADMIN_PASS=a_password -GITEA_ADMIN_USER=angiteaadminuser +GITEA_ADMIN_PASS= +GITEA_ADMIN_USER= +GITEA_CYPRESS_USER= +GITEA_CYPRESS_PASS= GITEA_ORG_USER=ttd -POSTGRES_PASSWORD=a_password +POSTGRES_PASSWORD= +CLIENT_ID= +CLIENT_SECRET= +COMMIT= ``` ## Some useful commands diff --git a/frontend/app-development/README.md b/frontend/app-development/README.md index 2f195d0b79a..f2bcd9a0a8e 100644 --- a/frontend/app-development/README.md +++ b/frontend/app-development/README.md @@ -1,5 +1,3 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). - ## Available Scripts In the project directory, you can run: diff --git a/frontend/dashboard/README.md b/frontend/dashboard/README.md index 2f195d0b79a..f2bcd9a0a8e 100644 --- a/frontend/dashboard/README.md +++ b/frontend/dashboard/README.md @@ -1,5 +1,3 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). - ## Available Scripts In the project directory, you can run: diff --git a/frontend/language/README.md b/frontend/language/README.md index 132e4a9d02c..1461012270a 100644 --- a/frontend/language/README.md +++ b/frontend/language/README.md @@ -5,10 +5,6 @@ this might seem like premature optimization. But we know that this is something This workspace contains the language files and any tests of quality that we might introduce. -The reason that we are not accessing the files directly is simply that we want to have control about formatting of -the language files and might also have to create some special rules when we are building these static assets. So atm -this makes sense. Also just copying the dist-folder directly should be the rule. - ## Sorting We require the text files to be sorted alphabetically by key in order to make it easier to find the text one is looking diff --git a/frontend/studio-root/README.md b/frontend/studio-root/README.md index a80302a3d02..b3aebe17270 100644 --- a/frontend/studio-root/README.md +++ b/frontend/studio-root/README.md @@ -1,5 +1,3 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). - ## Available Scripts In the project directory, you can run: