New: Hero Page und Navigation

This commit is contained in:
2024-10-04 16:46:22 +02:00
parent e2902457e2
commit fd5aa79278
45 changed files with 1804 additions and 1310 deletions

19
web/.storybook/main.ts Normal file
View File

@ -0,0 +1,19 @@
import type { StorybookConfig } from 'storybook-framework-redwoodjs-vite'
import { getPaths, importStatementPath } from '@redwoodjs/project-config'
const redwoodProjectPaths = getPaths()
const config: StorybookConfig = {
framework: 'storybook-framework-redwoodjs-vite',
stories: [
`${importStatementPath(
redwoodProjectPaths.web.src
)}/**/*.stories.@(js|jsx|ts|tsx|mdx)`,
],
addons: ['@storybook/addon-essentials'],
}
export default config

View File

@ -0,0 +1 @@
<div id="redwood-app"></div>