A personal portfolio website built with React and TypeScript.
Install the dependencies:
npm installStart the development server:
npm run devThe app will be available at http://localhost:5173
Build for production:
npm run buildPreview the production build:
npm run preview