diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
deleted file mode 100644
index 03ff10c..0000000
--- a/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "image": "mcr.microsoft.com/devcontainers/universal:2",
- "hostRequirements": {
- "cpus": 4
- },
- "waitFor": "onCreateCommand",
- "updateContentCommand": "npm install && npm run build",
- "postCreateCommand": "",
- "postAttachCommand": {
- "server": "npm run dev"
- },
- "customizations": {
- "codespaces": {
- "openFiles": [
- "pages/index.js"
- ]
- }
- },
-
- "portsAttributes": {
- "3000": {
- "label": "Application",
- "onAutoForward": "openPreview"
- }
- },
- "forwardPorts": [3000]
- }
\ No newline at end of file
diff --git a/.devcontainer/icon.svg b/.devcontainer/icon.svg
deleted file mode 100644
index 4d15b13..0000000
--- a/.devcontainer/icon.svg
+++ /dev/null
@@ -1,971 +0,0 @@
-
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 8adc590..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Run application",
- "type": "node",
- "request": "launch",
- "cwd": "${workspaceFolder}",
- "console": "integratedTerminal",
- "runtimeExecutable": "npm",
- "runtimeArgs": [
- "run",
- "dev"
- ],
- "skipFiles": [
- "/**"
- ]
- }
- ]
- }
\ No newline at end of file