From 76b7739bd9fdd5fc7965e1ef58bebaa368dd8b62 Mon Sep 17 00:00:00 2001 From: Shams mosowi Date: Sun, 21 Jun 2020 12:21:47 +0800 Subject: [PATCH] quick deploy instructions --- README.md | 5 ++++- netlify.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 685dfa79..29958f6d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ supported. More coming soon, for comprehensive list see ROADMAP.md. ![Firetable screenshot](https://firetable.io/demo-screenshot.png) -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/AntlerVC/firetable) +## Quick deploy + +- [fork Firetable](https://github.com/AntlerVC/firetable/fork) then + [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/AntlerVC/firetable) ## Setup instructions diff --git a/netlify.toml b/netlify.toml index 84b40347..c6d08345 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - base = "www/" + base = "www" command = "yarn build" publish = "build/"