2023 redesign of danielkauer.at featuring a portfolio of selected projects. This project uses Parcel as its main bundler, but Vite is also utilized for component driven development using Storybook.
The actual site content is not included in this repository due to its size.
See the comment on top on app.tsx on how to build using provided example data.
Install dependencies using yarn install
- use
yarn storybookfor running Storybook - use
yarn devfor HMR development - use
yarn buildfor a production build of the site