From e4ae3edd1203c26603978304f9139574b868b32f Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sun, 13 Jan 2019 13:37:53 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 222c248..9463386 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ If you would like to create a new category of security and privacy resources, pl 3. `$ npm install` 4. `$ npm run dev` 5. View the running app in your browser at `http://localhost:3000` -6. Optional: deploy this yourself with ZEIT + Now by configuring `now.json` and running `$ now` + +### Deploying +You can deploy this project yourself with ZEIT + Now by configuring `now.json` and running `$ now`. You should change the Google Analytics tag in `lib/gtag.js` and the Sentry DSN url in `pages/_app.js`. ### Feedback Please open issues at any time for general feedback, or you can reach me directly at hi@brianlovin.com.