DEV Community

Giovanni Fu Lin
Giovanni Fu Lin

Posted on

Decentralized Nextjs Frontend with Skynet Checklist

Automate Deployments to Skynet with Github Action

images: { loader: "imgix", path: "", }, 
Enter fullscreen mode Exit fullscreen mode
  • Add next export in package.json build command
"build": "next build && next export", 
Enter fullscreen mode Exit fullscreen mode
upload-dir: out 
Enter fullscreen mode Exit fullscreen mode
  • Create a seed in settings and add a secret with SKYNET_REGISTRY_SEED

Add a Home screen Button


Setup HNS name

Top comments (0)