- Front End - Nextjs, tailwindCSS
- Back End - Nextjs,
- LLM Model- Gemini 1.5 flash
- Fork this repo and make a clone of it and go to the cd lego directory
cd lego
- make pnpm install
-
pnpm install
- Create a .env file and paste your Gemini api key in .env file in GEMINI_API_KEY='AIxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
- Run/ Start localhost by (
pnpm run dev
)
pnpm run dev
- then visit to
localhost:3000
in your browser.
- Build the image using Docker build -t (image-name) :(tag).
Example
Docker build -t lego:v1
-
and run the image using Docker run -p 3000:3000
Example
Docker run -p 3000:3000 lego:v1
contributions are always welcomed.
if (needHelp === true) {
var emailId = "[email protected]";
// email is the best way to reach out to me.
sendEmail(emailId);
}