From 3e952e3b3672bf1697c1aa12700fe06f986f56b0 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Mon, 19 Jul 2021 05:48:43 +1000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c006956..6bf1602 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ If you want to be involved in anyway, checkout the [Road Map](https://github.com ## Getting your dev environment setup -Because we're integrating cascadeStudio, this is done some what crudely for the time being, so you'll need to clone the repo with submodules. ```terminal git clone git@github.com:Irev-Dev/cadhub.git @@ -21,15 +20,17 @@ git clone git@github.com:Irev-Dev/cadhub.git git clone https://github.com/Irev-Dev/cadhub.git ``` +cd in the app directory +``` +cd app +``` + Install dependencies ```terminal yarn install ``` -Setting up the db, you'll need to have a postgres installed locally, you can [follow this guide](https://redwoodjs.com/docs/local-postgres-setup) with a couple of exceptions: -- Run `yarn rw prisma migrate dev` instead of `yarn rw db up` in the guide. -- Don't worry about changing the `schema.prisma` file. -- You will need to add a `DATABASE_URL` and test url to you `.env` file at the root of the project. +Setting up the db, you'll need to have a postgres installed locally, you can [follow this guide](https://redwoodjs.com/docs/local-postgres-setup). Run the following ``` terminal