diff --git a/docker/Dockerfile b/Dockerfile
similarity index 100%
rename from docker/Dockerfile
rename to Dockerfile
diff --git a/README.md b/README.md
index f2dcc98..93d4a27 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,6 @@ The application will be available at `http://localhost:8000`
For a more convenient setup, use the provided docker-compose configuration:
```bash
-# Copy the example docker-compose.yaml from the docker folder
-cp docker/docker-compose.example.yaml docker-compose.yaml
# Run with docker-compose
docker-compose up -d
diff --git a/docker/docker-compose.example.yaml b/docker-compose.yaml
similarity index 100%
rename from docker/docker-compose.example.yaml
rename to docker-compose.yaml
diff --git a/mta-sign-ui/README.md b/mta-sign-ui/README.md
index f4da3c4..f8e3498 100644
--- a/mta-sign-ui/README.md
+++ b/mta-sign-ui/README.md
@@ -1,14 +1,9 @@
-This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
-
## Getting Started
First, run the development server:
```bash
-npm run dev
-# or
-yarn dev
-# or
+```bash
pnpm dev
```
@@ -16,8 +11,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
-This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
-
## Learn More
To learn more about Next.js, take a look at the following resources:
@@ -26,9 +19,3 @@ To learn more about Next.js, take a look at the following resources:
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
-
-## Deploy on Vercel
-
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
-
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
diff --git a/mta-sign-ui/public/next.svg b/mta-sign-ui/public/next.svg
deleted file mode 100644
index 5174b28..0000000
--- a/mta-sign-ui/public/next.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/mta-sign-ui/public/vercel.svg b/mta-sign-ui/public/vercel.svg
deleted file mode 100644
index d2f8422..0000000
--- a/mta-sign-ui/public/vercel.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity
deleted file mode 100644
index 553cf2e..0000000
--- a/node_modules/.yarn-integrity
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "systemParams": "linux-x64-115",
- "modulesFolders": [],
- "flags": [],
- "linkedModules": [],
- "topLevelPatterns": [],
- "lockfileEntries": {},
- "files": [],
- "artifacts": {}
-}
\ No newline at end of file
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
deleted file mode 100644
index e0d7f12..0000000
--- a/templates/layouts/index.html
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-