This repo contains various presentations for Scribe community projects. The slides are created using Slidev.
Suggestions for how to improve the content of these slides are more than welcome! ✨ Edits will mainly be made in the corresponding slides.md
file for each presentation. Please see the contributing guide if you'd like to help.
- WIP
First clone this repository or your fork:
git clone https://github.com/scribe-org/slides.git
# git clone https://github.com/<your-username>/slides.git
Navigate to the project and install the dependencies for all presentations:
cd slides
# Based on your package manager:
yarn install
npm install
pnpm install
Build and open your slides of choice by navigating to its directory and executing the run dev
command for your package manager:
cd SLIDES_OF_CHOICE
# Based on your package manager:
yarn run dev
npm run dev
pnpm run dev
Once finished you can visit http://localhost:3030 to view the slides. Follow the prompts in your terminal to close them or do other actions.