Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.24 KB

survivor-chat

Codacy Badge

  • Server-less synchronous video-watching and chat app platform for @ljchang's PSYC53 class.
  • Stimuli: Survivor (Season 28)

Tech Stack

Development & Deployment

  1. Clone this repo onto your computer.
git clone https://github.com/cosanlab/survivor-chat.git
  1. Install the dependencies using npm commands made accessible by Node.js.
npm install
  1. Run the task in dev mode - this should allow you to navigate to http://localhost:3000 in a web browser to view the app.
npm run dev
  1. To run in production mode, you will need to build the client in production mode.
npm run build