https://github.com/zipcodecore/dataintroslides
kris slides for Data
https://github.com/zipcodecore/dataintroslides
Last synced: 10 months ago
JSON representation
kris slides for Data
- Host: GitHub
- URL: https://github.com/zipcodecore/dataintroslides
- Owner: ZipCodeCore
- License: apache-2.0
- Created: 2020-01-28T19:57:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T09:48:22.000Z (over 2 years ago)
- Last Synced: 2025-01-08T12:41:16.369Z (12 months ago)
- Language: JavaScript
- Size: 3.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# DataIntroSlides
### to run these slides locally
On a mac, you can run this in the VSC terminal to run a local webserver to test your markdown reveal slides:
``` bash
python -m SimpleHTTPServer 8000
```