Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 717 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 717 Bytes

2024 Tech Team Intro project!

This is just a project to get everyone started with our tech stack. You just have to make sure you implement a few things, and the rest is up to you! A lot of this is basics you'll use for the rest of the Technica season. Don't forget to have fun with it!

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build