Exploring threejs on svelte using threlte library
This project fetches data from my github and converts all contributions to 3D buildings😎
Live website is available here
If you want to clone and get your github data kindly modify the parameter in src/routes/+page.ts
to point to your account
# clone
git clone [email protected]:sonukuldeep/Svelte-3js.git
# cd into the cloned directory and install
npm i
# or if using pnpm
pnpm i
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build