Doubl3K / 3DPort

My new Portfolio Site. Now in 3D
0 stars 0 forks source link

Added Quickstart In package.json #28

Closed milliyin closed 4 months ago

milliyin commented 4 months ago

Issue number #23

Added the quickstart script under "scripts" that runs npm install and then npm run dev. Updated the "dev" script to use vite --open to start the Vite development server and automatically open the default browser. Added open to devDependencies to ensure it's available for use.

Doubl3K commented 4 months ago

You might want to consider taking the following steps:

milliyin commented 4 months ago

I have created a new PR #31