Placebo is home for a set of tools that can make your life easier using Artificial Intelligence using MindsDB. (More tools incoming). Placebo is my submission for the Hashnode X MindsDB Hackathon Try Placebo now.
Placebo is still under development and it is subject to change. Keep an eye out here for changes.
- Run this in the command line to clone
git clone https://github.com/lucky-chap/placebo.git
- Then,
cd
into the directoryplacebo
. - Create a new file in the root directory called
.env
and copy the contents of .env.example into.env
- Fill with your own credentials. After, do this:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
If you want to help me make this project better, please do so. I'd really appreciate it. Please follow the guidelines in CONTRIBUTING.md to get started
- MindsDB
- Hashnode
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind CSS
- TypeScript