mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 20:20:05 +01:00
Firetable CLI
Installation requirements
Make sure you have the following installed:
Also make sure you are logged in to your Firebase account in the Firebase CLI.
Installation
npm install -g firetable
or
yarn global add firetable
Commands
Create a new project
firetable init [directory]
Run firetable locally
Before you run locally, make sure you have a Firebase project set up. Instructions
firetable start
Deploy to Firebase Hosting
First, make sure that you have created a site in your Firebase project. Open Firebase console
firetable deploy