This repository contains some simple html pages embedding public projects from the lfview-*.test.seequent.xyz development servers. These examples are being hosted at https://seequent-firebase-testing.firebaseapp.com. The goal is to be able to easily preview and test public embedding with our development servers.
- Check if you have firebase-tools installed,
firebase --version.- If not, install firebase-tools with npm
npm install -g firebase-tools
- If not, install firebase-tools with npm
- Login to firebase with
firebase login - Run
firebase serveto host the files locally and test it works as you expect. - Deploy to the server with
firebase deploy --only hosting