release
This commit is contained in:
commit
47f67eea8c
43 changed files with 5819 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Blueprint 🎨 - Modern Web UI Language
|
||||
|
||||
A modern programming language, which feels like SwiftUI, but for web development.
|
||||
|
||||
## Quick Start 🚀
|
||||
|
||||
```bash
|
||||
# Clone and setup
|
||||
git clone https://github.com/epilogueteam/blueprint.git
|
||||
cd blueprint
|
||||
npm install
|
||||
|
||||
# Development
|
||||
npm run dev # Starts server at http://localhost:3000
|
||||
|
||||
# Production
|
||||
npm run build # Generates production files
|
||||
```
|
||||
|
||||
## Why Blueprint? ✨
|
||||
|
||||
- 🎯 SwiftUI-like syntax for web development
|
||||
- ⚡️ Optimized performance & real-time updates
|
||||
- 🌐 Cross-platform responsive design
|
||||
- 💝 Free & open-source
|
||||
- 🔄 Live reload development
|
||||
|
||||
## Development Guide 💻
|
||||
|
||||
1. After installation, access your project at `http://localhost:3000`
|
||||
2. Make changes and see them instantly with live reload
|
||||
3. For production, build optimized files using `npm run build`
|
||||
4. Deploy built files to your preferred hosting platform
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue