Skip to content

Commit 2042a1e

Browse files
committed
Added firebase description & Changed demo url
1 parent 6beb216 commit 2042a1e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
JavaScript Deobfuscation Tool
55

6-
Demo: [https://sigr.io/deobfuscator/](https://sigr.io/deobfuscator/)
6+
Demo: [https://deo.sigr.io](https://deo.sigr.io)
77

88
## An example of deobfuscation
99

@@ -31,3 +31,16 @@ npm run lint
3131

3232
### Customize configuration
3333
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

Comments
 (0)