Project 1: Real Time Chat App for the Hack Weekly discord server.
To build the frontend and packages, run the following commands:
cd golden-dragon-chat-app
npm run build
To install all frontend dependencies run the following commands:
cd golden-dragon-chat-app
npm install
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