A developer-friendly regex builder, debugger, and validator built with Astro + Svelte.
Live Demo: https://nirvaxstiel.github.io/Fluent-Regex-Builder/
# Clone the repository
git clone https://github.com/Nirvaxstiel/Fluent-Regex-Builder.git
cd Fluent-Regex-Builder
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build