I'm an Undergraduate student in my Senior year studying Information Technology at Missouri State University. I will be graduating Spring of 2021 with a Bachelor's degree in Information Technology and an emphasis in Application Development.
This website was built using Nuxt & Vue. Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# pnpm
pnpm installStart the development server on http://localhost:3000:
# pnpm
pnpm devBuild the application for production:
# pnpm
pnpm buildLocally preview production build:
# pnpm
pnpm preview