App Scripts Reference
All you need to develop and deploy your app
Start a development server:
npm run devThe project will be running on port 3040.
Grant Editor Claim
npm run grant-editor <email-address>Create a production build:
npm run buildServe a production build locally:
npm run serveThe production build will be served locally on port 5000.
Deploy you web app to Firebase:
Last updated
Was this helpful?