Syntax Podcast Website
Syntax is a website running the Syntax.fm podcast for web developers. This site is built on SvelteKit and requires Node 18.0.0 or higher for installation. It uses MySQL via Prisma for the database.
Install Node: https://nodejs.org/en
Install pnpm: https://pnpm.io/installation
brew install pnpm
docker compose up
pnpm preheat
pnpm db:push
pnpm dev
Syntax is a website hosting the Syntax.fm podcast for web developers built on SvelteKit. It requires Node 18.0.0 or higher and integrates with MySQL using Prisma. The installation process involves setting up Node, pnpm, and MySQL or using Docker. The site also provides a range of features such as reusable Svelte Actions, global state containers, and media queries for styling.