We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beb216 commit 2042a1eCopy full SHA for 2042a1e
README.md
@@ -3,7 +3,7 @@
3
4
JavaScript Deobfuscation Tool
5
6
-Demo: [https://sigr.io/deobfuscator/](https://sigr.io/deobfuscator/)
+Demo: [https://deo.sigr.io](https://deo.sigr.io)
7
8
## An example of deobfuscation
9
@@ -31,3 +31,16 @@ npm run lint
31
32
### Customize configuration
33
See [Configuration Reference](https://cli.vuejs.org/config/).
34
+
35
+## API Server
36
+API server is hosted by firebase hosting
37
38
+### Run server on local & built vue project
39
+```
40
+firebase serve
41
42
43
+### Deploy
44
45
+firebase deploy
46
0 commit comments