mirror of
https://github.com/DCC-BS/slidev-ki-im-kanton.git
synced 2026-08-26 10:24:15 +00:00
Read-only mirror of https://github.com/DCC-BS/slidev-ki-im-kanton — Basel-Stadt. Issues & pull requests at the source.
- Vue 60.1%
- TypeScript 39.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
- Create a new GitHub Actions workflow (`deploy.yml`) to automate the deployment of Slidev presentations to GitHub Pages on pushes to the main or master branches. - Include steps for checking out the code, setting up Node.js, installing dependencies, building the Slidev project, and deploying the built files. - Add a `biome.json` configuration file for code formatting and linting settings. - Update `bun.lock` and `package.json` to include new dependencies for Slidev addons and themes. - Modify `slides.md` to use the new theme and addons, removing outdated content. - Create a new `vite.config.ts` file for Vite configuration. |
||
| .github/workflows | ||
| components | ||
| pages | ||
| snippets | ||
| .gitignore | ||
| .npmrc | ||
| biome.json | ||
| bun.lock | ||
| netlify.toml | ||
| package.json | ||
| README.md | ||
| slides.md | ||
| vercel.json | ||
| vite.config.ts | ||
Welcome to Slidev!
To start the slide show:
pnpm installpnpm dev- visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev at the documentation.