You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ Provide developers fast, secure and consistent development environments for real
27
27
- Security
28
28
- In a world where cyber security attacks are becoming increasingly prevalent, security can't be an afterthought. Development environments must be secure by default in order to have a maintainable security posture.
29
29
- Consistency
30
-
- "Worked on my machine" is one of the most common sayings when bugs are first discovered due to inconsistencies between environments. Containers can help abstract the complexity between different systems and environemnts.
30
+
- "Worked on my machine" is one of the most common sayings when bugs are first discovered due to inconsistencies between environments. Containers can help abstract the complexity between different systems and environments.
31
31
- Development Experience
32
32
- Frictionless
33
33
- Adopting a new tool shouldn't mean rewriting a codebase. Great tools should be a joy to use and should minimize disruption to existing workflows.
@@ -82,7 +82,7 @@ See [Supported Frameworks](Supported_frameworks.md) for details.
82
82
- Which Node.js version can I run?
83
83
- Current version we support is 14.6, other versions will be available as we head into General Availability.
84
84
- Is there a way to install private npm packages?
85
-
- Not yet. While we're in beta we're not enabling private npm registry support (largely for security reasons). We're going to have full private npm registry support once we head into General Availability later this year. We do have private npm registry support available in our enterprise version of stackblitz v1 today though.
85
+
- Not yet. While we're in beta we're not enabling private npm registry support (largely for security reasons). We're going to have full private npm registry support once we head into General Availability later this year. We do have private npm registry support available in the [enterprise version of StackBlitz](https://stackblitz.com/enterprise) today though.
86
86
- How can I deploy my app?
87
87
- You can connect your StackBlitz project to a GitHub repository, and use CI workflows to configure such deployment. We are currently looking into integrations with partners such as Vercel, that will allow you to build and deploy to a hosting provider with a single click!
0 commit comments