Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 654 Bytes

Golden Dragon - Chat App

Project 1: Real Time Chat App for the Hack Weekly discord server.

Build

To build the frontend and packages, run the following commands:

cd golden-dragon-chat-app
npm run build

Install Dependencies

To install all frontend dependencies run the following commands:

cd golden-dragon-chat-app
npm install

Develop

To start the frontend for development run the following commands:

cd golden-dragon-chat-app
npm run dev

To access the frontend from another device on your network (phone, tablet, etc.) run the following commands to start the frontend:

cd golden-dragon-chat-app
npm run dev -- --host