Convert .md files to .mdx and add frontmatter
Rename the file
Add frontmatter at the top
npm install gray-matter fs-extranode scripts/convert-md-to-mdx.jsConvert .md files to .mdx and add frontmatter
Rename the file
Add frontmatter at the top
npm install gray-matter fs-extranode scripts/convert-md-to-mdx.js| FROM oven/bun:1-alpine AS base | |
| # Install turbo globally | |
| RUN bun add -g turbo@canary | |
| # Prune stage - create a subset of monorepo for this app | |
| FROM base AS pruner | |
| WORKDIR /app | |
| COPY . . | |
| RUN turbo prune web --docker |
| COMPOSE_FILE=compose.yaml | |
| GH_PAGER="" | |
| RUST_BACKTRACE=1 | |
| RUST_LOG=warn,tansu_server=debug,tansu_storage=debug,tansu_cli=debug,tansu_topic=debug,tansu_cat=debug,tansu_schema_registry=debug | |
| ## postgres | |
| POSTGRES_PASSWORD=postgres |
| /********************************************************************* | |
| * Web AI Agent for Flights designed and coded by Jason Mayes 2025. | |
| *-------------------------------------------------------------------- | |
| * Connect with me on social if questions or comments: | |
| * | |
| * LinkedIn: https://www.linkedin.com/in/webai/ | |
| * Twitter / X: https://x.com/jason_mayes | |
| * Github: https://github.com/jasonmayes | |
| * CodePen: https://codepen.io/jasonmayes | |
| *********************************************************************/ |
| ```shell | |
| git config --global core.protectNTFS false | |
| git config --global core.longpaths true | |
| ``` |
Diagrams
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;Work-in-pogress
Ref: cloudflare/homebrew-cloudflare#21
# Clean up any old version of curl you may have already tried to install
brew remove -f curl
# Download the curl ruby install script provided by cloudflare
| Step 1: clone `github.com:xmlking/micro-apps` | |
| Step 2: run `gradle :apps:entity-service:bootBuildImage` | |
| gradle :apps:entity-service:bootBuildImage | |
| Starting a Gradle Daemon (subsequent builds will be faster) | |
| Type-safe dependency accessors is an incubating feature. | |
| Type-safe project accessors is an incubating feature. | |
| > Configure project : | |
| SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". |
| package main | |
| import ( | |
| "net" | |
| "github.com/micro/go-micro/v2" | |
| "github.com/xmlking/logger/log" | |
| sgrpc "github.com/micro/go-micro/v2/server/grpc" |