alisoft / viber

A social application that supports web, desktop and mobile.

Home Page:https://kjxbyz.com/viber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websites

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

The production server runs at https://kjxbyz.com/viber

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

About

A social application that supports web, desktop and mobile.

https://kjxbyz.com/viber

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 61.9%Language:MDX 33.8%Language:CSS 2.9%Language:JavaScript 1.4%