improve deployment instructions

This commit is contained in:
Richard Harris 2019-11-16 11:41:58 -05:00
parent 883c42249b
commit a4666d3567

View file

@ -61,7 +61,7 @@ Then, from within your project folder:
```bash
cd public
now
now deploy --name my-project
```
As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
@ -78,5 +78,5 @@ Then, from within your project folder:
```bash
npm run build
surge public
surge public my-project.surge.sh
```