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
- Node.js 18+
- npm
- Clone and install dependencies:
git clone <repository-url>
cd rf.atl.dev
npm install- Start development server:
npm run dev- Preview Cloudflare Worker locally:
npm run preview:workerThis builds the project and starts a local Cloudflare Worker at http://127.0.0.1:8787
npm run buildThis creates an optimized build using the @sveltejs/adapter-cloudflare adapter.
npm run previewThe 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 servernpm run build- Build for productionnpm run preview- Preview production build locallynpm run preview:worker- Preview as Cloudflare Worker locallynpm run deploy:worker- Build and deploy to Cloudflare Workersnpm run check- Run type checkingnpm run format- Format code with Prettiernpm run lint- Check code formatting