Skip to content

gotechnica/technica-intro-2024

Repository files navigation

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