From a4b7557fb9b6413a1fffe1b7b77b2339ae0d1692 Mon Sep 17 00:00:00 2001 From: YotomiY Date: Wed, 22 Nov 2023 16:40:38 +0000 Subject: [PATCH 1/2] Update Readme.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3503e39..dc329d1 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,19 @@ Built with the Next.js 14 App Router, tRPC, TypeScript, Payload & Tailwind To get started with this project, run ```bash - git clone https://github.com/joschan21/digitalhippo.git +git clone https://github.com/joschan21/digitalhippo.git ``` -and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started! +```bash +npm i +``` +Copy or fill the .env.example variables into a separate .env file, fill them out & and that's all you need to get started! + +To start the app just type +```bash +npm run dev +``` ## Acknowledgements From f88c7167f0e2d5e838b493d3387ea45b3d816a4c Mon Sep 17 00:00:00 2001 From: YotomiY <115656415+YotomiY@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:21:24 +0100 Subject: [PATCH 2/2] Add cd digitalhippo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc329d1..40117fa 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ To get started with this project, run ```bash git clone https://github.com/joschan21/digitalhippo.git ``` +```bash +cd digitalhippo +``` + ```bash npm i