Switch from pnpm to npm, add backlog tasks
Replaced pnpm-lock.yaml with package-lock.json and added backlog task scaffolding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cc53c93a2a
commit
54048561e8
29
README.md
29
README.md
|
|
@ -1,30 +1 @@
|
|||
# Bonding Curve website
|
||||
|
||||
*Automatically synced with your [v0.app](https://v0.app) deployments*
|
||||
|
||||
[](https://vercel.com/jeff-emmetts-projects/v0-bonding-curve-website)
|
||||
[](https://v0.app/chat/n3RHr4w55ja)
|
||||
|
||||
## Overview
|
||||
|
||||
This repository will stay in sync with your deployed chats on [v0.app](https://v0.app).
|
||||
Any changes you make to your deployed app will be automatically pushed to this repository from [v0.app](https://v0.app).
|
||||
|
||||
## Deployment
|
||||
|
||||
Your project is live at:
|
||||
|
||||
**[https://vercel.com/jeff-emmetts-projects/v0-bonding-curve-website](https://vercel.com/jeff-emmetts-projects/v0-bonding-curve-website)**
|
||||
|
||||
## Build your app
|
||||
|
||||
Continue building your app on:
|
||||
|
||||
**[https://v0.app/chat/n3RHr4w55ja](https://v0.app/chat/n3RHr4w55ja)**
|
||||
|
||||
## How It Works
|
||||
|
||||
1. Create and modify your project using [v0.app](https://v0.app)
|
||||
2. Deploy your chats from the v0 interface
|
||||
3. Changes are automatically pushed to this repository
|
||||
4. Vercel deploys the latest version from this repository
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: task-1
|
||||
title: Deploy Postiz social media scheduler at socials.bondingcurve.tech
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-01-24 18:21'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Deploy self-hosted Postiz instance for managing BCRG social media presence. Includes PostgreSQL, Redis, and Temporal for scheduling workflows.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: task-2
|
||||
title: Connect social media channels to Postiz
|
||||
status: To Do
|
||||
assignee: []
|
||||
created_date: '2026-01-24 18:25'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Configure and connect social media accounts to the Postiz instance at socials.bondingcurve.tech. Channels to connect: X/Twitter, LinkedIn, Discord, YouTube, etc. Requires creating OAuth apps for each platform and adding API credentials to the .env file.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -37,7 +37,6 @@
|
|||
"@radix-ui/react-toggle": "1.1.1",
|
||||
"@radix-ui/react-toggle-group": "1.1.1",
|
||||
"@radix-ui/react-tooltip": "1.1.6",
|
||||
"@vercel/analytics": "latest",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
@ -46,7 +45,7 @@
|
|||
"embla-carousel-react": "8.5.1",
|
||||
"input-otp": "1.4.1",
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "16.0.0",
|
||||
"next": "16.0.10",
|
||||
"next-themes": "latest",
|
||||
"react": "19.2.0",
|
||||
"react-day-picker": "9.8.0",
|
||||
|
|
@ -70,4 +69,4 @@
|
|||
"tw-animate-css": "1.3.3",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
3233
pnpm-lock.yaml
3233
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue