Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Sep 18, 2024
1 parent e0b85d6 commit 4791932
Show file tree
Hide file tree
Showing 181 changed files with 170 additions and 1,991 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
/coverage

# next.js
/webapp/.next/
/component-lib/dist/
/.next/
/out/

# production
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ yarn-error.log*
next-env.d.ts

.env

src/contracts/
7 changes: 0 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Flightdelay UI Web Application

## Structure

- `/component-lib`: contains the shared React components
- `/webapp`: contains the Next.js webapp
- `/mockoon`: contains the mockoon configuration for the API

## Webapp

Expand All @@ -29,7 +24,6 @@ The webapp is configured via environment variables. The following variables are
### Start

```bash
cd webapp
npm run dev
```

Expand All @@ -38,7 +32,6 @@ npm run dev
### Test

```bash
cd webapp
npm run test
(or)
npm run testLoop
Expand Down
1 change: 0 additions & 1 deletion component-lib/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions component-lib/jest.config.js

This file was deleted.

19 changes: 0 additions & 19 deletions component-lib/package.json

This file was deleted.

1 change: 0 additions & 1 deletion component-lib/src/components/Button/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion component-lib/src/components/ButtonField/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion component-lib/src/components/NameValueBox/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion component-lib/src/components/Trans/index.ts

This file was deleted.

4 changes: 0 additions & 4 deletions component-lib/src/components/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion component-lib/src/index.ts

This file was deleted.

39 changes: 0 additions & 39 deletions component-lib/tsconfig.json

This file was deleted.

File renamed without changes.
File renamed without changes.
158 changes: 33 additions & 125 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4791932

Please sign in to comment.