Skip to content

akash-network/hello-akash-world

Repository files navigation

Hello Akash World! 👋 ☁ 🚀

This is a simple project that shows the usage of Next.js running inside a Docker container on the Akash Network.

Running locally:

  1. Running with npm
# Install the dependencies
npm install

# Start next.js in dev
npm run dev