diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..86a6895 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +https://react-hooks-cheatsheet.com \ No newline at end of file diff --git a/README.md b/README.md index 67e723b..db6bb26 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ react-hooks-cheatsheet - -[![Netlify Status](https://api.netlify.com/api/v1/badges/cc3a5289-5e78-4db3-bea2-07e97ba73abb/deploy-status)](https://app.netlify.com/sites/react-hooks-cheatsheet/deploys) -

A Cheatsheet with live editable examples 💪

- A one-stop reference for the React hooks APIs diff --git a/package.json b/package.json index 35d392c..20f6173 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "scripts": { "start": "docz dev", "build": "docz build", + "surge": "yarn run build && npx surge .docz/dist --domain https://react-hooks-cheatsheet.com", "test": "npm test" }, "author": "Ohans Emmanuel",