This is the source code for my (Laura A. Redeker) personal portfolio.
Hi, I'm Laura, Frontend Designer & Developer based in Munich, Germany. As a designer-developer hybrid 👾 I understand both the visual & functional aspects of creating for the web.
This website is built with
VSCode + Vetur. Make sure to enable vetur.experimental.templateInterpolationService
in settings!
<script setup>
<script setup>
is a feature that is currently in RFC stage. To get proper IDE support for the syntax, use Volar instead of Vetur (and disable Vetur).
Install dependencies:
npm install
Run development server:
npm run dev
Build for produciton:
npm run build
Run ESLint:
npm run lint
Lint and fix:
npm run lint:fix