create-rspeedy-canary
Version:
Create Rspeedy-powered ReactLynx apps with one command
35 lines (21 loc) • 735 B
Markdown
<p align="center">
<a href="https://lynxjs.org/rspeedy" target="blank"><img src="https://lf-lynx.tiktok-cdns.com/obj/lynx-artifacts-oss-sg/lynx-website/assets/rspeedy-banner.png" alt="Rspeedy Logo" /></a>
</p>
# create-rspeedy
Create a new Rspeedy x ReactLynx project.
Using `npm create`:
```bash
npm create rspeedy@latest
```
Using CLI flags:
```bash
npx create-rspeedy --dir my-project
# Using abbreviations
npx create-rspeedy -d my-project
```
## Documentation
https://lynxjs.org/rspeedy
## Contributing
Please read the [Contributing Guide](https://github.com/lynx-family/lynx-stack/blob/main/CONTRIBUTING.md).
## License
Rspeedy is [Apache-2.0 licensed](https://github.com/lynx-family/lynx-stack/blob/main/LICENSE).