Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 619 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 619 Bytes

Portfolio template with Vite and React

Preview Demo screenshot

Features

  • 🥰 Minimal and light
  • 📱 Responsive
  • 🌗 Light/dark/system color modes

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

Start the development server on http://localhost:5173

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview