
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
create-gluestack-v2-app
Advanced tools
This is a gluestack project bootstrapped with create-gluestack-v2-app
.
Before running the development server, you need to install the bolt
command because gluestack uses bolt to run project. If you haven't installed it yet, run the following command:
npm install -g @gluestack/bolt@latest
For more information about bolt
, refer to the official bolt documentation.
Once you have installed bolt
, you can start the development server by running the following command:
node glue start
Once the development server is up and running, open http://localhost:3000 in your browser to see the result.
You can begin editing the page by modifying client/web/pages/index.tsx
. The page will auto-update as you edit the file.
To install a plugin, use the node glue add <plugin-package> <instance-name>
command. Replace with the name of the plugin you want to install.
For example, to install the gateway
plugin, run:
node glue add @gluestack-v2/glue-plugin-service-gateway gateway
To learn more about gluestack, explore the following resources:
For deployment instructions and more details, please refer to our gluestack deployment documentation.
FAQs
A fullstack framework.
The npm package create-gluestack-v2-app receives a total of 0 weekly downloads. As such, create-gluestack-v2-app popularity was classified as not popular.
We found that create-gluestack-v2-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.