Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 621 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 621 Bytes

OneChat

OneChat is a simple chat application. This repository only contains the frontend code of OneChat.

Running locally

The app by default runs on port 5173.

Clone the project

git clone https://github.com/ChampionBuffalo1/OneChatClient.git onechat
cd onechat

Development

To run the project locally use the following commands according to your package manager

npm:

npm install
npm run dev

Yarn:

yarn install
yarn build
yarn start