This is my personal website. It uses Bootstrap, React, and Vite, written in TypeScript.
Without a specific license, this code is the direct intellectual property of the original developer. It may not be used, copied, modified, or shared without explicit permission. Please see GitHub's guide on licensing and choosealicense.com.
For legal reasons, if you choose to contribute to this project, you agree to give up your copyright and hand over full rights to your contribution. However, you will still be attributed for your work on GitHub. Thank you!
First, download all dependencies.
npm install
Then start the local development server.
npm start
Make sure to validate any changes before submitting them.
npm run lint
npm test
Build the project.
npm run build
Preview the project build to verify it performs as expected.
npm run preview
Copy the contents of the dist
folder to your deployment location.