Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 675 Bytes

Hello Akash World! 👋 ☁ 🚀

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

Deploy on Akash

  1. Download the latest version of Cloudmos Deploy.

  2. Simply create a new deployment with the hello world template.

  3. Enjoy a modern web app example deployed on a decentralized cloud! 🎉

Running locally:

  1. Running with npm
# Install the dependencies
npm install

# Start next.js in dev
npm run dev