- Server-less synchronous video-watching and chat app platform for @ljchang's PSYC53 class.
- Stimuli: Survivor (Season 28)
- Firebase (https://firebase.google.com) - for database
- Netlify (https://www.netlify.com) - for hosting
- Svelte (https://svelte.dev) - for frontend framework
- TailwindCSS (https://tailwindcss.com) - for styling
- Vime (https://vimejs.com) - for customizable video player
- Clone this repo onto your computer.
git clone https://github.com/cosanlab/survivor-chat.git
- Install the dependencies using npm commands made accessible by Node.js.
npm install
- 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
- To run in production mode, you will need to build the client in production mode.
npm run build