Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1475 from 2br-2b/patch-1
Browse files Browse the repository at this point in the history
Fixed a few minor formatting issues
  • Loading branch information
dannycoates authored Jul 10, 2020
2 parents 8a9a823 + 25d4107 commit a3d880f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ A file sharing experiment which allows you to send encrypted files to other user

- [Node.js 10.x](https://nodejs.org/)
- [Redis server](https://redis.io/) (optional for development)
- [AWS S3](https://aws.amazon.com/s3/) or compatible service. (optional)
- [AWS S3](https://aws.amazon.com/s3/) or compatible service (optional)

---

## Development

To start an ephemeral development server run:
To start an ephemeral development server, run:

```sh
npm install
npm start
```

Then browse to http://localhost:8080
Then, browse to http://localhost:8080

---

Expand Down

0 comments on commit a3d880f

Please sign in to comment.