https://github.com/sadmanyasar/mgs_experience
https://github.com/sadmanyasar/mgs_experience
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sadmanyasar/mgs_experience
- Owner: SadmanYasar
- Created: 2023-06-02T14:41:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T02:54:29.000Z (over 2 years ago)
- Last Synced: 2024-04-16T17:38:07.112Z (over 1 year ago)
- Language: CSS
- Homepage: https://mgs-experience-r3f.netlify.app/
- Size: 4.85 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metal Gear Solid Scene made with React Three Fiber and Theatre.js
## Installation
Install dependencies:
```
yarn
```Compile the code for development and start a local server:
```
yarn dev
```Create the build:
```
yarn build
```