24
1
Fork 0

Merge pull request #1475 from 2br-2b/patch-1

Fixed a few minor formatting issues
This commit is contained in:
Danny Coates 2020-07-09 19:19:22 -07:00 committed by GitHub
commit a3d880fc4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
---