This is a slide deck for a quick introduction to Kintone. Perfect for a 5-10 minute presentation.
| Item | URL |
|---|---|
| Slide Deck | ahandsel.github.io/kintone-quick-intro-slides |
| Presenter | ahandsel.github.io/kintone-quick-intro-slides/presenter |
| Markdown | slides.md |
| slides.pdf | |
| PNG | screenshots |
| Links to Resources | Description |
|---|---|
| kintone.dev | Read API Docs & Tutorials |
| forum.kintone.dev | Post Questions |
| @KintoneDeveloperProgram | Watch Tutorials |
The slide deck is built using Sli.dev.
How to open the slides locally:
git clonenpm installnpm run dev
- Slide deck: http://localhost:3030/
- Presenter mode: http://localhost:3030/presenter/
How to deploy on GitHub Pages:
- Modify package.json's
buildBaseto use your repo name - Sli.Dev HelpDoc - Commit changes to the
mainbranch - From your GitHub Repo page: Repo
⚙️ Settings>Pages>Build and deployment> SelectGitHub Actionsfor Source - Finally, after all workflows are executed, a link to the slides should appear under Setting > Pages
