https://github.com/ozgrozer/chatgpt-macos
A React Native MacOS demo for ChatGPT client
https://github.com/ozgrozer/chatgpt-macos
Last synced: 6 months ago
JSON representation
A React Native MacOS demo for ChatGPT client
- Host: GitHub
- URL: https://github.com/ozgrozer/chatgpt-macos
- Owner: ozgrozer
- Created: 2024-06-04T17:05:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T23:02:37.000Z (over 1 year ago)
- Last Synced: 2025-04-09T06:41:37.167Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# chatgpt-macos
A React Native MacOS demo for ChatGPT client
## Preview

## Usage
Clone this repository.
```
git clone https://github.com/ozgrozer/chatgpt-macos.git
```
Install dependencies and initialize macos.
```
yarn install
npx react-native-macos-init
```
Start development.
```
# first terminal tab
yarn start
# second terminal tav
yarn macos
```
Build the app.
1. Open macos/ChatGPTMacOS.xcworkspace file.
2. Select the project name near the top left.
3. Then go to Product > Scheme > Edit Scheme.
4. Set the Run/Build Configuration to Release.
5. Build the app by Product > Build or just pressing CMD + B.
6. Right-click on the .app file in the Products group in the left sidebar, and select Show in Finder.