https://github.com/sadmanyasar/macbook_landing_page
https://github.com/sadmanyasar/macbook_landing_page
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sadmanyasar/macbook_landing_page
- Owner: SadmanYasar
- Created: 2023-10-06T09:56:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T13:14:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T17:38:06.683Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://macbook-landing-page.vercel.app
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```