This is a personal portfolio website built with React, Vite, and TailwindCSS.
In the project directory, you can run:
Runs the app in development mode.
Open http://localhost:5173 to view it in your browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Locally preview the production build.
This is useful to test the build before deploying.
After running npm run build, deploy the contents of the dist folder to your preferred hosting service.
You can add environment variables for production in a .env.production file at the root of the project.
Run npm run lint to check for linting errors.
- Ensure you have Node.js installed.
- This project uses Vite as the build tool and development server.
- TailwindCSS is used for styling.