Skip to content

Latest commit

Β 

History

History
15 lines (10 loc) Β· 351 Bytes

README.md

File metadata and controls

15 lines (10 loc) Β· 351 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.

Running locally:

  1. Running with npm
# Install the dependencies
npm install

# Start next.js in dev
npm run dev