Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.75 KB

File metadata and controls

30 lines (26 loc) · 1.75 KB

Tutorable Logo Tutorable Logo

🌐 Live Demo     🎞️ Video Demo

Built for 2024 Congressional App Challenge (WA-09, Representative Adam Smith)

Technologies Used

Docker Logo         NuxtJS Logo         TailwindCSS Logo         Claude 3.5 Sonnet Logo

.env file

  • Don't forget to setup .env file.
  • See .env.example for details

Development

  • yarn (you will need to re-run this command if you modify the whiteboard code)
  • yarn dev will make the development server live on port 3000

Production Hosting

  • docker build -t tutorable2 .
  • docker run -p 29696:3000 --env-file ./.env tutorable2 (modify these command args to suit your specific needs)
  • Server will be live on localhost:29696