From 6f021150805d714d53e947283424fb68d9521f99 Mon Sep 17 00:00:00 2001 From: Kegan Myers Date: Mon, 18 Feb 2019 02:05:42 -0600 Subject: [PATCH] update quickstart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 814c1a8..ddb46de 100644 --- a/README.md +++ b/README.md @@ -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`