Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drylikov/chatgpt_macos
A React Native MacOS demo for ChatGPT client.
https://github.com/drylikov/chatgpt_macos
Last synced: 8 days ago
JSON representation
A React Native MacOS demo for ChatGPT client.
- Host: GitHub
- URL: https://github.com/drylikov/chatgpt_macos
- Owner: drylikov
- License: mit
- Created: 2024-08-15T07:48:24.000Z (3 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-08-15T07:53:59.000Z (3 months ago)
- Last Synced: 2024-08-15T09:24:05.339Z (3 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/drylikov/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.