Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clearly explain dev, build, local test, local test with Firebase Emulator and production deployment flows #99

Open
jthegedus opened this issue Jun 2, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@jthegedus
Copy link
Owner

Is your feature request related to a problem? Please describe.

There are 5 stages during the dev > build > test > deploy cycle for SvelteKit apps. These can be confusing to users; what capabilities are utilised or available in each step?

These are the steps:

  1. dev: svelte-kit dev
  2. build prod (used for all subsequent steps): svelte-kit build
  3. test prod build locally without adapter environment: svelte-kit preview
  4. test prod build locally with adapter environment: see adapter docs
  5. deploy prod build to adapter environment: see adapter docs

Describe the solution you'd like

Summary each step and their purpose in a succinct way.

Describe in detail how to use each step where the adapter applies.

Describe alternatives you've considered

NA

Additional context

The official docs are going through improvements in this area, but documentation is required here to explain the functions of the Firebase adapter int his process.

@jthegedus jthegedus added the documentation Improvements or additions to documentation label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant