3DStreet / 3dstreet-editor

3DStreet Editor Repo
https://3dstreet.app
Other
19 stars 3 forks source link

3DStreet Editor

An editor tool for 3DStreet scenes.

License and Source

Local Development

npm install
npm run start:dev

Then navigate to http://localhost:3333/

Testing production builds locally

To test production builds locally, use the following steps from the 3dstreet-editor repo root directory:

npm run start:build
npm run start:prod

Deployment instructions

Note: If you are deploying to a development server and want to use development (not production) firebase credentials, you'll need to copy your .env.development credentials to .env.production for the npm run dist step to ensure the output dist build uses the intended keys. (In other words, when running npm run dist it always uses firebase app credentials from .env.production, so be careful not to mistakingly deploy production firebase keys to a development server.)

Release checklist (for Editor only)

Editor Auth Notes