AboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • ADAO Multi-Sig Wallets
    • About
    • Main Multi-Sig
    • Administration Working Group Multi-Sig
    • Development Working Group Multi-Sig
    • Education Working Group Multi-Sig
  • Roundtable
    • About
    • Getting Started
    • Environment Variables
    • Testing
    • Learn More
    • Deploy
  • Multisig Minting
    • About
    • Usage
  • Discord Authenticated Faucet (for Cardano native assets)
    • About
    • Config
    • Deploy
  • Vesting DApp
    • About
    • Design
  • Fracada DApp
    • About
    • Fractionalize
    • Unlock
    • Config
  • Staking Portal
    • About
    • Staking Frontend
      • About
      • Config
      • Deploy
    • Staking Contracts
      • About
      • Config
      • Build
  • Introduction
  • About
  • Contact ↗ (opens in a new tab)
  • ADAO Multi-Sig Wallets
    • About
    • Main Multi-Sig
    • Administration Working Group Multi-Sig
    • Development Working Group Multi-Sig
    • Education Working Group Multi-Sig
  • Roundtable
    • About
    • Getting Started
    • Environment Variables
    • Testing
    • Learn More
    • Deploy
      • Deploy on Docker locally
      • Deploy on Vercel
  • Multisig Minting
    • About
    • Usage
  • Discord Authenticated Faucet (for Cardano native assets)
    • About
    • Config
    • Deploy
  • Vesting DApp
    • About
    • Design
  • Fracada DApp
    • About
    • Fractionalize
    • Unlock
    • Config
  • Staking Portal
    • About
    • Staking Frontend
      • About
      • Config
      • Deploy
    • Staking Contracts
      • About
      • Config
      • Build

On This Page

  • Deploy on Docker locally
  • Deploy on Vercel
Question? Give us feedback → (opens in a new tab)Edit this page
Roundtable
Deploy

Deploy on Docker locally

In the project folder, run:

docker build -t round-table .
docker run -d -p 3000:3000 --name round-table round-table

Then visit http://localhost:3000/

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform (opens in a new tab) from the creators of Next.js.

Check out our Next.js deployment documentation (opens in a new tab) for more details.

Learn MoreAbout

ADAO Community's documentation