Site deploy: https://nuxt-histoire-site.netlify.app/ Histoire deploy: https://nuxt-histoire.netlify.app/
Look at the nuxt 3 documentation to learn more.
Look at the histoire documentation to learn more.
Look at the nuxt tailwind documentation to learn more.
Make sure to install the dependencies:
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Start the development server on http://localhost:6006
yarn story:dev
Build Histoire application for production:
yarn story:build
Locally preview production build:
yarn story:preview