Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some setup details for the readme #26

Open
brockbrownwork opened this issue May 26, 2023 · 1 comment
Open

Some setup details for the readme #26

brockbrownwork opened this issue May 26, 2023 · 1 comment

Comments

@brockbrownwork
Copy link

brockbrownwork commented May 26, 2023

I just wanted to say that this is a really excellent program, but I wanted to share the steps I needed to take to set this up on my Windows machine:

npm i vite
npm install -g typescript
npm run build
npm run dev

An important note, I had an issue with running npm i typescript and instead found success with npm install -g typescript, it gave me an error that I couldn't resolve unless I installed typescript with the -g parameter. May be a noob mistake, but it might increase accessibility to include these instructions in the readme. Side note, when I clicked onto the documentation link, I got a 404.

Was able to resolve the issue thanks to this post:
https://stackoverflow.com/questions/35369501/tsc-is-not-recognized-as-internal-or-external-command

Thanks!

Edit: Also, thought I would share this, I asked on Reddit for a WebAPI where I can edit ChatGPT's answers and I was directed here.

@marioseixas
Copy link

I just wanted to say that this is a really excellent program, but I wanted to share the steps I needed to take to set this up on my Windows machine:

npm i vite
npm install -g typescript
npm run build
npm run dev

An important note, I had an issue with running npm i typescript and instead found success with npm install -g typescript, it gave me an error that I couldn't resolve unless I installed typescript with the -g parameter. May be a noob mistake, but it might increase accessibility to include these instructions in the readme. Side note, when I clicked onto the documentation link, I got a 404.

Was able to resolve the issue thanks to this post: https://stackoverflow.com/questions/35369501/tsc-is-not-recognized-as-internal-or-external-command

Thanks!

Edit: Also, thought I would share this, I asked on Reddit for a WebAPI where I can edit ChatGPT's answers and I was directed here.

yeah, it was me on reddit, kk

I've been following a lot of GPT-4 API projects and this is the best one I found. I also like the ATA project: https://github.com/rikhuijzer/ata

but both of them seems to be without updates for a long time... It is because they are simple and functional and perfect from the start?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant