In this part of my portfolio, I aimed to recreate a virtual first-person experience of exploring an art gallery. To achieve this, I created first-person controls and integrated all my side projects as if they were part of the museum's exhibits.
You can now explore it here.
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
This project is licensed under the MIT License.