Skip to content

preston-werner-ventures/prestonwernerventures.com

Repository files navigation

PWV

Development

Uses pnpm, Vite, Netlify for hosting, Typescript, TailwindCSS, and Plausible for analytics.

Deployed on Netlify.

Install

  • Install pnpm
  • pnpm install

Build

  • pnpm build

Run

  • pnpm dev

Generate Team Images

  • pnpm images

AI

  • pnpm images

Note: You need to have a .env file with FAL_API_KEY set to your fal.ai API key.

Image generated prompt:

function generatePrompt(person) {
  return `Generate an abstract image for a web app that reflects hobbies, interests, and preferences, avoiding any human-like forms. Visualize the activities of ${person.hobbies.join(
    " and "
  )}, incorporating interests in ${person.interests.join(
    " and "
  )}. Use the color scheme: ${person.colors.join(", ")} and follow the ${
    person.style
  } design style. Emphasize minimalist, imaginative elements using abstract shapes and patterns to convey personality. STRICTLY no human figures, faces, or humanoid shapes.`;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published