update quickstart

This commit is contained in:
Kegan Myers 2019-02-18 02:05:42 -06:00
parent 92be4567ac
commit 6f02115080
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ This is pretty rough right now, but it works and can hopefully used to foster di
1. `yarn && pushd packages/next-server && npm link && popd && pushd packages/next && npm link && npm link next-server && popd`
1. Install this package to your project, and use my forked next
1. `yarn add @terribleplan/next-cloudflare && npm link next`
2. Edit your `next.config.js` to have `target: 'unified',`.
1. Build things
1. `npx next build && npx next-cloudflare`