MaxwellBo / Muncoordinated-2

🇺🇳 Muncoordinated is a Model UN committee management service, (re)written with TypeScript, React, Semantic UI and Firebase.
https://muncoordinated.io/
GNU General Public License v3.0
33 stars 20 forks source link

Move to Vite #195

Closed GeordieEK closed 1 month ago

GeordieEK commented 3 months ago

Is your feature request related to a problem? Please describe. create-react-app is deprecated, vite is the way forward

MaxwellBo commented 2 months ago

Also we'll need to disable the CI: false override that I set in Netlify when we do this (this is only so the current create-react-app warnings don't get coerced to build failing errors)

GeordieEK commented 1 month ago

Completed in #204