A website to inform companies that their signup forms don't support gTLD domains for user accounts.
- PHP 8.5+
- Composer
- Node.js & npm
# Install PHP dependencies
composer install
# Install Node dependencies
npm install# Build the site and compile assets for development
npm run dev
# Watch for changes and rebuild automatically
npm run watchThe built site will be output to build_local/.
# Build optimized assets for production
npm run prod
# Build the static site for production
./vendor/bin/jigsaw build productionMIT