This is the GitHub repository for the new Husky Robotics Website. It is built using Nuxt, a free and open-source JavaScript library based on Vue.js, Nitro, and Vite. In addition, it uses Tailwind CSS for styling, and Nuxt Content for content management. Here are the links to the relevant documentation:
Coming Soon
Make sure to install dependencies using your preferred packaged manager:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev