auto-generated splash pages for our top-level domains
npm iThen, make edits to the scripts inside script and template.hbs to match your branding, desired appearance.
- You have a CSV named
cataloguein the root of this project.catalogue.csvhas the headers:emoji,punycode, andunicode- If this CSV does not exist, you should have a JSON file named
cataloguein the root of this project.- JSON file has the object parameters:
emoji,punycode, andunicode
- JSON file has the object parameters:
# Converts a CSV file into a JSON file
npm run convert
# Creates webpages for every TLD in catalogue.json
npm run build🤝