The syllabus for "JOUR 73361: Coding the News," a course taught at the City University of New York's Craig Newmark Graduate School of Journalism.
Published at palewi.re/docs/coding-the-news/
All editorial content lives in src/content/:
homepage.yaml - The copy that appears on the homepage, including the course metadata, modules, evaluation criteria, guest speakers and instructor bio.scripts/*.svx - Weekly script pages in MDsveX formatInstall dependencies:
npm install
Start the development server:
npm run dev
The site will be available at http://localhost:5173/
To create a production build:
npm run build
The static site will be generated in the build directory.
Preview the production build locally:
npm run preview