From 89986a749b51e51eb445d0175b8c47097061c8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Fri, 21 Aug 2020 12:16:50 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 826b7dc..6c2fe1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # decla.red -![logo](frontend/static/declared.png) ![Deploy everything](https://github.com/schmelczerandras/decla.red/workflows/Deploy%20everything/badge.svg) A good-looking 2D adventure. @@ -10,16 +9,3 @@ A good-looking 2D adventure. - npm install - npm run start - npm run build - -## Todo - -- Frontend nginx disable logging -- procedural piano -- subtract cameraPosition -- cross browser testing -- nginx log monitor -- lightweight object storage -- local dev env -- CI pipeline: - - prettier script - - tests? From 1eeccd909d80e86751ca4a9be4fd69371adaa5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Fri, 21 Aug 2020 12:17:27 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 6c2fe1b..dd035bf 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,3 @@ # decla.red ![Deploy everything](https://github.com/schmelczerandras/decla.red/workflows/Deploy%20everything/badge.svg) - -A good-looking 2D adventure. - -## Development - -- npm install -- npm run start -- npm run build