Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 680 Bytes

Degen Name (.degen) frontend

Frontend for the .degen web3 name service powered by the Punk Domains protocol.

Quickstart

npm install
npm run dev

tokens.json

Add the correct tokens (for the Send Tokens page).

Branches & deployment

  • Important: Never commit directly to the main branch.
  • Development is done on the develop branch (or temporary branches which then merge with the develop branch).
  • Deployment: When you want to make deployment to the production server, merge develop into the main branch. A CI/CD system on GitHub (GitHub Actions) will automatically build and deploy the new code to GitHub Pages.