Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sukhmancs/3dportfoliowebsite
- Owner: sukhmancs
- License: mit
- Created: 2024-01-23T23:33:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T11:48:31.000Z (6 months ago)
- Last Synced: 2024-10-12T00:06:06.748Z (2 months ago)
- Topics: css, html, javascript, jsx, react, react-three-fiber, recaptcha-invisible, seo, tailwindcss, threejs, vite
- Language: JavaScript
- Homepage: https://sukhmansingh.netlify.app/
- Size: 80.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.