Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sukhmancs/3dportfoliowebsite

My Portfolio code using a tech stack that includes React, react-three-fiber, three.js, HTML, CSS, JavaScript, Vite, and Tailwind CSS.
https://github.com/sukhmancs/3dportfoliowebsite

css html javascript jsx react react-three-fiber recaptcha-invisible seo tailwindcss threejs vite

Last synced: about 2 months ago
JSON representation

My Portfolio code using a tech stack that includes React, react-three-fiber, three.js, HTML, CSS, JavaScript, Vite, and Tailwind CSS.

Awesome Lists containing this project

README

        

# 3dPortfolioWebsite

## Usage:
1. Clone the repository.
2. Run `npm install` to install the dependencies.
3. Run `npm run dev` to start the development server.
4. Open `http://localhost:3000` in your browser.

---

## Notes:
- Include a `.env.local` file in the root directory with the following content:
```
VITE_APP_RECAPTCHA_SITE_KEY=ReCAPTCHA_SITE_KEY
VITE_APP_EMAILJS_PUBLIC_KEY=EMAILJS_PUBLIC_KEY
VITE_APP_EMAILJS_TEMPLATE_ID=EMAILJS_TEMPLATE_ID
VITE_APP_EMAILJS_SERVICE_ID=EMAILJS_SERVICE_ID
[email protected]
```

>If you are me, check your password manager for the actual values of the keys and IDs.