From 20ead5b24e17473cc782907fb86b57db11607efa Mon Sep 17 00:00:00 2001 From: kabykun Date: Wed, 4 Jun 2025 15:14:02 +0200 Subject: [PATCH] 2cnd --- .bolt/config.json | 3 +++ .bolt/prompt | 5 +++++ .gitignore | 25 +++++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100755 .bolt/config.json create mode 100755 .bolt/prompt create mode 100755 .gitignore diff --git a/.bolt/config.json b/.bolt/config.json new file mode 100755 index 0000000..6b6787d --- /dev/null +++ b/.bolt/config.json @@ -0,0 +1,3 @@ +{ + "template": "bolt-vite-react-ts" +} diff --git a/.bolt/prompt b/.bolt/prompt new file mode 100755 index 0000000..ce91b43 --- /dev/null +++ b/.bolt/prompt @@ -0,0 +1,5 @@ +For all designs I ask you to make, have them be beautiful, not cookie cutter. Make webpages that are fully featured and worthy for production. + +By default, this template supports JSX syntax with Tailwind CSS classes, React hooks, and Lucide React for icons. Do not install other packages for UI themes, icons, etc unless absolutely necessary or I request them. + +Use icons from lucide-react for logos. diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..7ceb59f --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +.env