Skip to content

Simple Three.js Experience with React-three-fiber (R3F) and my logo

Notifications You must be signed in to change notification settings

Sp0ne/r3f-logos

Repository files navigation

r3f-logos

Simple Three.js Experience with R3F and logos.

🧪 v0.1.0 🔗 Live Demo


Screen Starter


💾 Installation

👇 Install the following packages

yarn

🥑 Usage 〢 Get Started

👇 Start or Build the application

yarn start
# Or
yarn preview

👉 Go to http://localhost:3000/r3f-logos/

💾 Code Clean

yarn lint        # Run linter global
yarn format      # Run prettier format

🚀 Deploy on Gh-pages

yarn build && yarn deploy
# yarn deploy -- -m "Deploy to GitHub Pages"

⚙️ Config vite ⚡

Change config in vite.config.vue if you want:

export default defineConfig({
  base: '/r3f-logos/', // Adapt it ! (just for GH-PAGES)
  server: {
    port: 3000 // Default 3000: Adapt it !
  }
  // ...stuff...
})

Reminder 📦:

# update dependencies. need existing yarn.lock file
yarn upgrade-interactive

💾 Ecosystem


👋🏻: Have Fun 🍻 🦝 vinces.io 🐙 @Sp0ne


About

Simple Three.js Experience with React-three-fiber (R3F) and my logo

Resources

Stars

Watchers

Forks