Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuroku authored Mar 23, 2023
1 parent 24d9c15 commit 4b687ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c
- [Contributing](#Contributing)

## Installation
1. Clone the project to your host.
2. The project uses `import` method in JavaScript, which requires a web server to function properly. Therefore, it is required to install and configure a web server such as Nginx to run the project.
3. Assign the directory of the project as the root directory of the web.
4. Start the web server and configure it to listen on a port. Then the project will be accessible at the port on your host such as `localhost:80`.
1. Clone the project to your host.
2. The project uses `import` method in JavaScript, which requires a web server to function properly. Therefore, it is required to install and configure a web server such as Nginx to run the project.
3. Assign the directory of the project as the root directory of the web.
4. Start the web server and configure it to listen on a port. Then the project will be accessible at the port on your host such as `localhost:80`.

## Configure

Expand Down Expand Up @@ -62,4 +62,4 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c
## Contributing
You can report bugs or make feature requests through the issue, or fork the project and make your own version.
To report the bugs, please use the `bug` tag.
To request new feature, please use the `enhancement` tag.
To request new feature, please use the `enhancement` tag.

0 comments on commit 4b687ae

Please sign in to comment.