update: vercel in readme (#235)

https://www.npmjs.com/package/vercel
This commit is contained in:
Benjamin Schachter
2020-07-04 14:59:55 -04:00
committed by GitHub
parent 23e90f0637
commit f56e822115

View File

@@ -88,8 +88,8 @@ To start a production version of your app, run `npm run build && npm start`. Thi
You can deploy your application to any environment that supports Node 10 or above. As an example, to deploy to [Vercel Now](https://vercel.com) when using `sapper export`, run these commands:
```bash
npm install -g now
now
npm install -g vercel
vercel
```
If your app can't be exported to a static site, you can use the [now-sapper](https://github.com/thgh/now-sapper) builder. You can find instructions on how to do so in its [README](https://github.com/thgh/now-sapper#basic-usage).