Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 387 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 387 Bytes

Rebecca's portfolio

Description

This is a small website made to present some of the beautiful fotos rebecca has made.

Running the project locally

To run the project locally, first install dependencies:

npm install

Then during development you can use the following command:

npm run dev

Or to see the optimized version:

npm run build && npm run dev