Skip to content

sudostake/sudostake_web

Repository files navigation

🌐 Sudostake Web

The project includes:

  • A Next.js frontend for interacting with Sudostake.

 

🧩 Project Structure

sudostake_web/
├── public/                    # Static assets
├── app/                       # Next.js source code
├── .env.local                 # Environment variables (not committed)
└── README.md                  # Project documentation

 

🚀 Getting Started (Frontend)

  1. Install dependencies at the root:
npm install
  1. Start the development server:
npm run dev

The app will be running at:

http://localhost:3000

💡 Make sure .env.local is configured with the necessary variables before running the app.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages