diff --git a/.gitignore b/.gitignore
index 34d52de6..20682bdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,6 @@
.idea/
*.iml
node_modules
-src_api/cache*
-src_api/lastRun.txt
src/**/*.js
src/**/*.js.map
!src/lib/*.js
diff --git a/Deploy.md b/Deploy.md
index 227a4035..e2e8d85d 100644
--- a/Deploy.md
+++ b/Deploy.md
@@ -7,8 +7,8 @@ You also need to build some files that are dynamically generated like the manife
This task is doable with :
```
npm install
-nodejs ./node_modules/typescript/bin/tsc --project tsconfig.prod.json
-nodejs build.js
+node ./node_modules/typescript/bin/tsc --project tsconfig.prod.json
+node build.js
```
The first task install dependencies (typescript) and the text one compile the typescript code.
We are using a custom tsconfig file which is optimized for production.
@@ -21,9 +21,6 @@ That's all
# Deploy
All the content of the src directory needs to be exposed with a web-server.
-You will also need to expose the content of the src_api content to an endpoint which can interpret PHP.
-By default the configuration looks at domainname.com/api/
-
# Permissions
The API stores precomputed data for performances in a directory called cache/ in the same directory of the API code (PHP code).
diff --git a/debug-router.php b/debug-router.php
deleted file mode 100644
index f97863c1..00000000
--- a/debug-router.php
+++ /dev/null
@@ -1,30 +0,0 @@
-Karbo Wallet API relay
-
+