A portfolio project for my upcoming website. Feel free to review and feel free to get in contact with me should you have any questions.
- Vue Router Included.
- Webpack
- Bootstrap 5.
- Pre-configured with code quality tools: Storybook, Jest,
- Basic tests included.
- Node.js v22.5.1
- Clone the repo.
- Install project dependencies —
npm install. - Do a quick build -
npm run build - Run Storybook -
npm run storybook