Octocon Website (https://octocon.app)
This is the source code. It is built with TypeScript, Vue, Nuxt 3, and UnoCSS. Content is
authored in Markdown for use with @nuxt/content.
It is recommended to use pnpm as a package manager; pnpm is available in modern
versions of Node by default with Corepack by running corepack enable.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm run devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run preview