jaohara/picross-client

Host the game client - maybe firebase hosting?

Closed this issue · 1 comments

Check out these docs to learn more - it look pretty promising.

  • Hosting is deployed with one CLI command
  • Hosting is deployed to multiple CDNs based on location
  • Integrates well with existing Firebase services that I'm using

Game client is hosted on Firebase Hosting.

Project changes that are pushed to main will be automatically deployed, and manual deployments of the contents of ./dist can be done with firebase deploy in the project root.

I also added build-and-deploy to the node scripts which combines npm run build && firebase deploy.