abderrazzakchabab/deep-learning-course

0

stars

0

commits

TypeScript

primary language

Jun 10, 2026

updated

deep-learning-course-lemon.vercel.app

README

Course app (template)

Generated by the topic-to-course skill.

npm install
npm run dev

What to edit

FilePurpose
lib/curriculum.tsChapters, sections, key commands, lab metadata. The skill generates this.
lib/quiz.tsQuiz questions per chapter. The skill generates this.
components/Terminal.tsxSet ENGINE and SCRIPTS to point at your lab engine in public/labs/.
public/labs/<engine>/Lab implementation (state.js / parser.js / verifier.js, or sql.js / pyodide / etc.).

Design system files (app/globals.css, tailwind.config.ts, components/Nav.tsx, app/layout.tsx) are intentionally generic — change copy and palette in those, but the visual language is meant to stay consistent across courses produced by this skill.

Deploy

  • Vercel: vercel deploy --yes --prod from this directory, or import the repo on vercel.com/new with Root Directory set to this folder.
  • Any static host: npm run build && npm start, or add output: "export" to next.config.mjs if your lab engine has no server requirements.

abderrazzakchabab/deep-learning-course

0

stars

0

commits

TypeScript

primary language

Jun 10, 2026

updated

deep-learning-course-lemon.vercel.app

README

Course app (template)

Generated by the topic-to-course skill.

npm install
npm run dev

What to edit

FilePurpose
lib/curriculum.tsChapters, sections, key commands, lab metadata. The skill generates this.
lib/quiz.tsQuiz questions per chapter. The skill generates this.
components/Terminal.tsxSet ENGINE and SCRIPTS to point at your lab engine in public/labs/.
public/labs/<engine>/Lab implementation (state.js / parser.js / verifier.js, or sql.js / pyodide / etc.).

Design system files (app/globals.css, tailwind.config.ts, components/Nav.tsx, app/layout.tsx) are intentionally generic — change copy and palette in those, but the visual language is meant to stay consistent across courses produced by this skill.

Deploy

  • Vercel: vercel deploy --yes --prod from this directory, or import the repo on vercel.com/new with Root Directory set to this folder.
  • Any static host: npm run build && npm start, or add output: "export" to next.config.mjs if your lab engine has no server requirements.

Languages

TypeScript

98.8%

CSS

1.0%