From e6982723db25165717cd4ffe2bba594ec308ead7 Mon Sep 17 00:00:00 2001 From: Roj Date: Tue, 19 Mar 2024 19:01:10 +0300 Subject: [PATCH] Remove README --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index ec0e33e..0000000 --- a/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Fresh project - -Your new Fresh project is ready to go. You can follow the Fresh "Getting -Started" guide here: https://fresh.deno.dev/docs/getting-started - -### Usage - -Make sure to install Deno: https://deno.land/manual/getting_started/installation - -Then start the project: - -``` -deno task start -``` - -This will watch the project directory and restart as necessary.