Frontend for .meow
domain service, powered by the Punk Domains protocol.
Link: https://meow.domains/
npm install
npm run dev
Add the correct tokens (for the Send Tokens page).
- Important: Never commit directly to the
main
branch. - Development is done on the
develop
branch (or temporary branches which then merge with thedevelop
branch). - Deployment: When you want to make deployment to the production server, merge
develop
into themain
branch. A CI/CD system on GitHub (GitHub Actions) will automatically build and deploy the new code to GitHub Pages.