Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 674 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 674 Bytes

What kind of project is this?

This is my portfolio page, created in the Vue 3 + Vite starter template, preserving the colors and format.

Kudos to this project for inspiration.

Roadmap:

[ ] Add another visual project.


How to:

Clone the project to a selected directory on your computer.

git clone https://github.com/AgataBialoskorska/VueProject.git

Go to the project directory and install it.

npm i

Run development server

npm run dev

Other Commands:

Run cypress test

  • development server:
npm run e2e-run
  • production server:
npm run e2e-prod