- Creative writing library (short stories & essays)
- Section with Henry Santangelo's pinned GitHub projects
npm ci
npm run dev # http://localhost:3000Production build:
npm run build && npm run start-
Connect repository.
-
Use these commands:
preBuild: { commands: ["npm ci"] } build: { commands: ["npm run build"] }
-
Select "Next.js (SSR)" hosting.
app/
layout.tsx # global layout + metadata
page.tsx # home
creativewriting/
page.tsx # story index
[id]/page.tsx # story reader
public/creativewriting # markdown files + data.json
app/components/* # shared UI
MIT © Henry Santangelo