Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 494 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 494 Bytes

About

Personal Blog/Portfolio Site using vite-plugin-react-pages.

Theme is from Pudina.

Commands

install: npm install or pnpm install or yarn

Running:

* run dev    # Starts the development server.
* run build  # Builds the app for production.
* run serve  # Runs the built app in production mode.
* run deploy # ntl deploy --prod --dir=./dist

Where * is pnpm, yarn, or npm