quick deploy instructions

This commit is contained in:
Shams mosowi
2020-06-21 12:21:47 +08:00
parent a1a6285aa9
commit 76b7739bd9
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
[build]
base = "www/"
base = "www"
command = "yarn build"
publish = "build/"