-
The goal of of this project is to build an immersive experience whereby users can explore exteriors and interior of building models.
-
View demo here
- React
- TypeScript
- React Three Fibre
- Netlify
- Add interaction to open/close doors
- Add interaction to measure room space
- Migrate to Next.js
- Add pages: intro, about
- Setup gihub project to track issues
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/skiiyuru/walk-through.git cd walk-through
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build the project:
npm run build
-
Preview the build:
npm run preview
We welcome contributions to this project! To contribute, follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes.
-
Commit your changes:
git commit -m "Add your commit message"
-
Push to the branch:
git push origin feature/your-feature-name
-
Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or suggestions, feel free to open an issue or contact me at steveknganga@gmail.com.