Skip to content
/ client Public

talkio's client applications (web only for now)

License

Notifications You must be signed in to change notification settings

talk-io/client

Repository files navigation

talk-io logo

talk-io

This is the client for the application. It's under active development and is not ready for production use. Soon to be dockerized.

Preview

Preview Image

Technologies Used

  • Vue.js v3
  • TypeScript

Get Started

To use this codebase to build upon, clone this project locally and run pnpm i to install all dependencies.

Basic Scripts

  • Start development server
pnpm dev
  • Build Project
pnpm build