Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanF1nes authored May 3, 2024
1 parent a294106 commit d82137d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,24 @@ I had planned on launching the site using Fly.io so anyone could access it witho
If you wish to run the app go ahead and follow these steps.

Clone the repo
`git clone https://github.com/BryanF1nes/node_members_only_project.git`
```bash
git clone https://github.com/BryanF1nes/node_members_only_project.git
```

Install any dependicies
`npm install`
```bash
npm install
```

Create an .env file from .env-sample file
`cp .env.example .env`
```bash
cp .env.example .env
```

Finally run the app
`npm run serverstart`
```bash
npm run serverstart
```

Go to <http://localhost:3000>

Expand Down

0 comments on commit d82137d

Please sign in to comment.