build: Set up the monorepo workspace. Ensure the root README describes a pro...
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
b3ac0299d3
commit
6b42088c4b
@ -1,6 +1,14 @@
|
|||||||
# foundary-test-1770625554
|
# Foundary
|
||||||
|
|
||||||
Project deployed to 88tq253n.threesix.ai via threesix.ai platform.
|
Product studio for conversational product development. Deployed to 88tq253n.threesix.ai via threesix.ai platform.
|
||||||
|
|
||||||
|
## Repository Layout
|
||||||
|
|
||||||
|
This is a monorepo:
|
||||||
|
|
||||||
|
- `services/` — Backend services
|
||||||
|
- `packages/` — Shared libraries and utilities
|
||||||
|
- `docs/` — Documentation
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
@ -10,10 +18,10 @@ git clone https://git.threesix.ai/jordan/foundary-test-1770625554.git
|
|||||||
cd foundary-test-1770625554
|
cd foundary-test-1770625554
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
docker build -t foundary-test-1770625554 .
|
docker build -t foundary .
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
docker run -p 8080:8080 foundary-test-1770625554
|
docker run -p 8080:8080 foundary
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|||||||
54
README.md
54
README.md
@ -1,21 +1,51 @@
|
|||||||
# foundary-test-1770625554
|
# Foundary
|
||||||
|
|
||||||
Deployed at: https://88tq253n.threesix.ai
|
A product studio for conversational product development.
|
||||||
|
|
||||||
|
Foundary turns natural-language conversations into working software. Describe what you want to build, iterate through dialogue, and ship production-ready products — all driven by conversation.
|
||||||
|
|
||||||
|
## How It Works
|
||||||
|
|
||||||
|
1. **Converse** — Describe your product idea in plain language.
|
||||||
|
2. **Refine** — Iterate on requirements, design, and architecture through back-and-forth dialogue.
|
||||||
|
3. **Build** — Foundary generates the code, infrastructure, and deployment configuration.
|
||||||
|
4. **Ship** — Push to `main` and your product is live.
|
||||||
|
|
||||||
|
## Repository Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
├── services/ # Backend services
|
||||||
|
├── packages/ # Shared libraries and utilities
|
||||||
|
├── docs/ # Documentation
|
||||||
|
├── Dockerfile # Container build
|
||||||
|
└── .woodpecker.yml # CI/CD pipeline
|
||||||
|
```
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. Clone the repository
|
```bash
|
||||||
2. Build with Docker: `docker build -t foundary-test-1770625554 .`
|
# Clone
|
||||||
3. Run locally: `docker run -p 8080:8080 foundary-test-1770625554`
|
git clone https://git.threesig.ai/jordan/foundary-test-1770625554.git
|
||||||
|
cd foundary-test-1770625554
|
||||||
|
|
||||||
## CI/CD
|
# Build
|
||||||
|
docker build -t foundary .
|
||||||
|
|
||||||
This project uses Woodpecker CI for continuous deployment. Pushing to `main` will:
|
# Run
|
||||||
- Build a Docker image
|
docker run -p 8080:8080 foundary
|
||||||
- Push to the container registry
|
```
|
||||||
- Deploy to Kubernetes
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
Pushes to `main` trigger automatic deployment via Woodpecker CI:
|
||||||
|
|
||||||
|
1. Build Docker image
|
||||||
|
2. Push to registry (`registry.threesix.ai`)
|
||||||
|
3. Deploy to Kubernetes
|
||||||
|
|
||||||
|
Live at: https://88tq253n.threesix.ai
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
- Live site: https://88tq253n.threesix.ai
|
- **Live site**: https://88tq253n.threesix.ai
|
||||||
- Git repository: https://git.threesix.ai/jordan/foundary-test-1770625554.git
|
- **Repository**: https://git.threesix.ai/jordan/foundary-test-1770625554.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user