Skip to content

DrJuChunKoO/TransPal-website

Repository files navigation

繁體中文 | English

Deploy with Vercel

TransPal

Meeting Transcript Recording Website

Structure

TransPal consists of three parts

Development

  • use Node.js v20
npm i
npm run dev

Adding Meeting Records

  1. Edit using the editor and save
  2. Place the meeting record file in the public/speeches/ directory

Add Profile Picture

  1. Crop the profile picture into a square
  2. Convert the image to jpg format on Squoosh
  3. Set the image file name as {speaker name}.jpg
  4. Place it in the public/avatars/ directory