save this to stripe work as well

This commit is contained in:
Jun-te Kim 2026-01-11 12:01:24 +00:00
parent bb1833aba1
commit 5e43d985c1
4 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,14 @@
import fs from "fs";
import path from "path";
import MarkdownRenderer from "../../components/MardownRenderer";
export default function YoutubePage() {
const filePath = path.join(process.cwd(), "app/Youtube/robot_vaccume_only_starts_when_I_leave_the_house/script.md");
const markdown = fs.readFileSync(filePath, "utf8");
return (
<div className="p-8">
<MarkdownRenderer content={markdown} />
</div>
);
}

View file

@ -0,0 +1 @@
my editing_set_up requires one windows computer so i can carry on using one desk

View file

@ -0,0 +1,14 @@
import fs from "fs";
import path from "path";
import MarkdownRenderer from "../../components/MardownRenderer";
export default function YoutubePage() {
const filePath = path.join(process.cwd(), "app/Youtube/robot_vaccume_only_starts_when_I_leave_the_house/script.md");
const markdown = fs.readFileSync(filePath, "utf8");
return (
<div className="p-8">
<MarkdownRenderer content={markdown} />
</div>
);
}

View file

@ -0,0 +1,2 @@
Write about my dev set up that uses ubunutu as the devcontainer, i just ssh