Skip to content

BorisDemay/github-bootcamp

Repository files navigation

git-bootcamp

Made with ❤️ and Spectacle.

Running your presentation

  • Run yarn install (or npm install or pnpm install) to install dependencies.
  • Run yarn start (or npm start or pnpm start) to start the presentation.
  • Edit `index.tsx to add your presentation content.

Building you presentation

To build your presentation for a production deploy, run yarn build (or npm build or pnpm build).

The build artifacts will be placed in the dist directory. If you'd like to change this location, edit output.path in webpack.config.js.

Write a slide

To write a slide, open the slides.md file.

To create a new slide, don't forget to add --- on top of each slide :

---

## slide 1

---
## slide 2

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published