Small changes to CSS. README.md with screenshots

This commit is contained in:
unknown
2021-06-08 12:51:50 +02:00
parent 1636b705de
commit 22920f2660
16 changed files with 70 additions and 40 deletions

View File

@@ -10,8 +10,7 @@
"dev-init": "npm run init-server && npm run init-client",
"dev-server": "nodemon server.js",
"dev-client": "npm start --prefix client",
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\"",
"build": "docker build -t flame ."
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\""
},
"author": "",
"license": "ISC",