Welcome to FireCMS Flow App!
Then simply run:
yarn dev
Make sure you update your package.json
build
script with the correct
project name. Then run:
yarn build
yarn add -g firebase-tools
firebase login
firebase init
firebase deploy --project [id-of-the-project-from-firebase-console]
Note: This may not work if you have set up your Firebase hosting with a custom config.
Make sure to add a .env
file with the VITE_SITEURL
and VITE_SITELOGO
to it.