<aside> 💡 This template provides context/instructions for the languages you use.

</aside>

Javascript

We use React with JavasScript for our frontend codebase.

If you are unsure about NextJS or even React, check out the NextJS Learn tutorial. It’s kind of a rite of passage.

OpenAI

Checkout the Prompts branch for OpenAI addition to the front end.

Basically we sandwich the info that the user sends in as prompt in between a data dump (about what we want and what are dragonborn), and a request to make a prompt for text to image AI.

Untitled

Code Style Guide

We largely follow Airbnb's React/JSX Style Guide:

airbnb/javascript