Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.81 KB

translation.md

File metadata and controls

32 lines (29 loc) · 1.81 KB

Italian translation

creating a mirror of https://github.com/pietroppeter/wordle-it

additional actions:

  • change Date value for epochMs in src/lib/words.ts
  • build and deploy in docs folder (with github pages)
    • npm run build
    • manually copy only the need files
    • activate github pages
    • had to manually make sure path for css and js is relative as in static/... and not /static/... to make it work
    • some script to automate copying and renaming of files
    • is it possible to avoid the need to use relative path? should I use a PUBLIC_URL?
    • update again after completing translation
    • I should pass to vercel or netlify
  • use images and manifest.json from pietroppeter/wordle-it
  • add also open graph fields in index.html (FB meta tags)
  • use favicon from wordle