[ProjectManagement] Add root project and dev getting started guides.

This commit is contained in:
darkhpp
2021-08-13 13:34:00 +07:00
parent 899012f057
commit 9a36f9bf4e
13 changed files with 57 additions and 7 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "@fosscord/api",
"name": "api",
"version": "1.0.0",
"description": "This repository contains the HTTP API Server",
"main": "dist/Server.js",
@@ -33,7 +33,7 @@
},
"homepage": "https://github.com/fosscord/fosscord-api#readme",
"dependencies": {
"@fosscord/server-util": "^1.3.52",
"@fosscord/server-util": "file:../util",
"@types/jest": "^26.0.22",
"@types/json-schema": "^7.0.7",
"ajv": "^8.4.0",