-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,40 @@ | ||
# React + Vite | ||
# π Portfolio 3D Website | ||
|
||
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. | ||
π Built a dynamic 3D portfolio website using Three.js and React.js, showcasing my projects in an immersive experience. π Explore the intersection of creativity and code! | ||
|
||
Currently, two official plugins are available: | ||
|
||
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh | ||
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh | ||
## π¦ Tech Stack | ||
|
||
- **Frontend**: React.js, Three.js | ||
- **Styling**: TailwindCSS | ||
- **Animations**: Framer Motion | ||
- **Email Service**: EmailJS | ||
- **Development Tools**: Vite, ESLint | ||
|
||
## π Getting Started | ||
|
||
1. Clone the repository: | ||
|
||
```bash | ||
https://github.com/Udoy2/PortFolio.git | ||
cd PortFolio | ||
``` | ||
|
||
2. Install the dependencies: | ||
|
||
```bash | ||
npm install --legacy-peer-deps | ||
``` | ||
|
||
3. Run the development server: | ||
|
||
```bash | ||
npm run dev | ||
``` | ||
|
||
4. Build for production: | ||
|
||
```bash | ||
npm run build | ||
``` | ||
|