https://github.com/wardbox/qrcode-thing
https://github.com/wardbox/qrcode-thing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wardbox/qrcode-thing
- Owner: wardbox
- License: mit
- Created: 2025-05-23T17:31:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T18:37:29.000Z (about 1 year ago)
- Last Synced: 2025-06-05T23:18:53.117Z (about 1 year ago)
- Language: TypeScript
- Size: 458 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Roke
A Wasp starter with sensible defaults.
## What's he building in there?
I built Roke because I was tired of repeating the same setup ritual for every
new Wasp project. Instead of continuing that cycle, I created the starting point
I always wished I had.
## Philosophy
While most starters give you an empty canvas, Roke provides opinionated defaults
that reflect how modern web apps are actually built. It embraces shadcn/ui's
principles of being "Accessible. Customizable. Open Source." and extends them to
the entire project structure.
The goal isn't just to give you boilerplate - it's to provide a foundation that
makes web development more enjoyable and accessible. Batteries included, but
replaceable.
## Getting Started
Click "Use this template" button at the top of the repository
```bash
# Start the development server
wasp db start
wasp db migrate-dev
wasp start
```
Visit [roke.dev](https://roke.dev) for comprehensive documentation.


## Contributing
We welcome contributions! Whether it's:
- 🐛 Bug fixes
- ✨ New features
- 📝 Documentation improvements
- 💡 Suggestions
Feel free to open an issue or submit a pull request.
## Learn More
- [Documentation](https://roke.dev)
- [Wasp Documentation](https://wasp-lang.dev)
- [shadcn/ui](https://ui.shadcn.com)
- [Motion](https://motion.dev)
## License
MIT License - feel free to use this in your own projects!