Skip to content

Fumipo-Theta/scopin-rock

Repository files navigation

SCOPin rock

An instance of microscope_simulator.

Deployed app

Development

  • install dependency
    • yarn install
  • build for deploy
    • yarn build:prod
  • update core dependency (if needed)
    • yarn update:core: update to latest release branch of the microscope_simulator
    • yarn update:core <git ref>: update to specified branch, tag, or commit of the microscope_simulator ex. origin/master or 2.3.0
  • Launch local server with building for local environment

See details in this document (Japanese only, English T.B.D)

Deployment flow

This application use Service Worker for caching files to reduce data transfer size. Therefore, update the version of the Service Worker is necessary to update the code of the client devices.

The deployment procedure is below.

  1. Edit source code
  2. Update package version (also in order to service worker version automatically)
  3. Push changes to master for dev deployment or release for prod deployment
  4. Build and deploy changes (automatically done by CircleCI)
  5. Clear cache of CDN if it is necessary (automatically done by CircleCI)

About

An instance of microscope_simulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published