A SvelteKit application for RF (Radio Frequency) development, powered by sv and deployed on Cloudflare Workers.
- ⚡ SvelteKit - Modern web framework with SSR/SSG
- ☁️ Cloudflare Workers - Edge deployment for global performance
- 🎨 Tailwind CSS - Utility-first CSS framework
- 📱 Responsive Design - Works on all devices
- 🚀 Fast Builds - Optimized for development and production
- Clone and install dependencies:
git clone <repository-url>
cd rf.atl.dev
npm install
- Start development server:
- Preview Cloudflare Worker locally:
This builds the project and starts a local Cloudflare Worker at http://127.0.0.1:8787
This creates an optimized build using the @sveltejs/adapter-cloudflare adapter.
The project includes a wrangler.toml configuration file with:
- Cloudflare Workers deployment target
- Static asset serving for CSS, JS, and images
- Node.js compatibility flags
- No sensitive data - safe for public repositories
- npm run dev - Start development server
- npm run build - Build for production
- npm run preview - Preview production build locally
- npm run preview:worker - Preview as Cloudflare Worker locally
- npm run deploy:worker - Build and deploy to Cloudflare Workers
- npm run check - Run type checking
- npm run format - Format code with Prettier
- npm run lint - Check code formatting