App Scripts Reference

All you need to develop and deploy your app

Start a development server:

npm run dev

The project will be running on port 3040.

Grant Editor Claim

npm run grant-editor <email-address>

Create a production build:

npm run build

Serve a production build locally:

npm run serve

The production build will be served locally on port 5000.

Deploy you web app to Firebase:

npm run deploy

Last updated