Website & documentation for caffyne-shell.
npm create nuxt@latest -- -t github:louzed/caffyne-docsMake sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm preview