From 50d6cfd128d19c5a32219425f8fb2831b4db399f Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 19 Jul 2021 01:04:15 +0800 Subject: [PATCH] Updated [Dev] Setup Development Environment (markdown) --- [Dev]-Setup-Development-Environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[Dev]-Setup-Development-Environment.md b/[Dev]-Setup-Development-Environment.md index 69bedd4..ac79694 100644 --- a/[Dev]-Setup-Development-Environment.md +++ b/[Dev]-Setup-Development-Environment.md @@ -1,6 +1,6 @@ # Project Info -First of all, thank you everyone who made pull requests for Uptime Kuma, I never thought GitHub Community can be that great! And also because of this, I also never thought other people actually read my code and edit my code. It is not structed and commented so well, lol. Sorry about that. +First of all, thank you everyone who made pull requests for Uptime Kuma, I never thought GitHub Community can be that nice! And also because of this, I also never thought other people actually read my code and edit my code. It is not structed and commented so well, lol. Sorry about that. The project was created with vite.js (vue3). Then I created a sub-directory called "server" for server part. Both frontend and backend share the same package.json.