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 storybook
for running Storybook - use
yarn dev
for HMR development - use
yarn build
for a production build of the site