Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 289 Bytes

The Convo Space

The Decentralized Conversation Layer of Internet.

👉 theconvo.space

Using Docker

  • Install Docker on your machine.
  • Build your container: docker build -t nextjs-docker ..
  • Run your container: docker run -p 3000:3000 nextjs-docker.