mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Add README
This commit is contained in:
parent
d335e380b5
commit
a17ae688e4
7
README.MD
Normal file
7
README.MD
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Comunic API v2
|
||||||
|
New Comunic API written with Node.JS and using Express
|
||||||
|
|
||||||
|
## Run server
|
||||||
|
```
|
||||||
|
./run.sh
|
||||||
|
```
|
@ -4,7 +4,6 @@
|
|||||||
"description": "New API for Comunic",
|
"description": "New API for Comunic",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
|
||||||
"run": "tsc && node dist/main.js"
|
"run": "tsc && node dist/main.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user