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

https://github.com/bydmiller/3dPortfolioWebsite

Personal portfolio built with React, Three.js (via react-three-fiber), Vite, and Tailwind CSS.
https://github.com/bydmiller/3dPortfolioWebsite

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

Last synced: 3 months ago
JSON representation

Personal portfolio built with React, Three.js (via react-three-fiber), 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
VITE_APP_MY_EMAIL=youremail@gmail.com
```

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