Welcome to SimplerDictionary! Powered by AI, uses SimplerLLM and GPT-4 for clear, easy-to-understand word definitions. It also includes attractive images made by Stable Diffusion for better comprehension.
To get a local copy of this project up and running on your machine, follow these steps:
Before you begin, make sure you have Node.js installed on your machine. You can download and install it from here.
-
Clone the repository to your local machine using Git:
git clone https://github.com/hassancs91/SimplerDictionary.git
-
Navigate into the project directory:
cd SimplerDictionary
Now, you'll need to install project dependencies. This project supports three
package managers: npm, pnpm, and yarn. Choose the one you prefer.
If you prefer npm, run:
npm installIf you prefer pnpm, run:
pnpm installIf you prefer yarn, run:
yarn installOnce you've installed the dependencies, you can run the project using the following command:
npm run devThis will start the development server on http://localhost:3000.
Contributions are welcome! Feel free to open an issue or submit a pull request if you have any ideas or suggestions.