Skip to content

Commit

Permalink
style: Spell
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentf committed Oct 8, 2024
1 parent 7f6ec78 commit f6e18f0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cSpell.words": [
"Backoffice",
"dockerized"
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ docker run -p 3000:3000 tdm:v1.0.0
```

The frontend will be accessible at `http://localhost:3000/`, the swagger configuration
at `http://localhost:3000/swagger-config` and the backoffice at `http://localhost:3000/admin`.
at `http://localhost:3000/swagger-config` and the back-office at `http://localhost:3000/admin`.

## Development mode

You also need a [ngrok](https://ngrok.com/) host for the external host in `tdm-be/config/devlopement.json`,
You also need a [ngrok](https://ngrok.com/) host for the external host in `tdm-be/config/development.json`,
to create a ngrok endpoints run `ngrok http 3000`.

After setting up this you can run `make run-dev`
Expand Down
4 changes: 2 additions & 2 deletions tdm-admin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TDM Backoffice React.js Application

This project is a React.js application built to provide TDM backoffice.
This project is a React.js application built to provide TDM back-office.

## Getting Started

Expand Down Expand Up @@ -49,7 +49,7 @@ The project structure is organized as follows:

- `src/`: Contains the source code of the React application.
- `index.tsx`: entry point
- `app/`:
- `app/`:
- `components/`: Reusable UI components.
- `page/`: Individual application page
- `services/`: Application network tools
Expand Down
2 changes: 1 addition & 1 deletion tdm-be/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The project structure is organized as follows:
- `config/`: Contains application config files
- `crash/`: Contains crash reports.
- `logs/`: Contains logs.
- `public/`: Contains serv HTML and files.
- `public/`: Contains server HTML and files.
- `tmp/`: Contains temporary files.
- `upload/`: Contains uploaded files.
- `src/`: Contains the source code of the Express application.
Expand Down
2 changes: 1 addition & 1 deletion tdm-fe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The project structure is organized as follows:

- `public/`: Contains the public assets, HTML template, and favicon.
- `src/`: Contains the source code of the React application.
- `app/`:
- `app/`:
- `components/`: Reusable UI components.
- `globals.css`: Global CSS of the application.
- `page.tsx`: Main component where components are assembled.
Expand Down

0 comments on commit f6e18f0

Please sign in to comment.