Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad committed Oct 7, 2024
1 parent 81b65a2 commit 61c981c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
16 changes: 11 additions & 5 deletions development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<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-password>
GITEA_ADMIN_USER=<gitea-admin-user>
GITEA_CYPRESS_USER=<gitea-cypress-user>
GITEA_CYPRESS_PASS=<gitea-cypress-user-password>
GITEA_ORG_USER=ttd
POSTGRES_PASSWORD=a_password
POSTGRES_PASSWORD=<postgres-password>
CLIENT_ID=<client-id>
CLIENT_SECRET=<client-secret>
COMMIT=<commit-id>
```

## Some useful commands
Expand Down
2 changes: 0 additions & 2 deletions frontend/app-development/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 0 additions & 2 deletions frontend/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 0 additions & 4 deletions frontend/language/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions frontend/studio-root/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 61c981c

Please sign in to comment.