https://github.com/hormcodes/conference-slides
Monorepo hosting slides to all conference talks
https://github.com/hormcodes/conference-slides
html nx slidev vue
Last synced: 5 months ago
JSON representation
Monorepo hosting slides to all conference talks
- Host: GitHub
- URL: https://github.com/hormcodes/conference-slides
- Owner: HormCodes
- License: mit
- Created: 2024-08-31T12:19:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T20:09:30.000Z (over 1 year ago)
- Last Synced: 2025-03-16T04:27:38.846Z (over 1 year ago)
- Topics: html, nx, slidev, vue
- Language: JavaScript
- Homepage: https://slides.horm.codes
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conference Slides
Monorepo hosting [slides.horm.codes](https://slides.hormcodes), a website with slides to all conference talks I've given.
The repository uses Nx to manage all conferences.
However, unlike typical Nx workspace, Nx deploys all projects as a single app to a single domain using Vercel.
## Getting Started
```shell
git clone https://github.com/HormCodes/conference-slides.git
cd conference-slides
yarn install
yarn nx run-many -t build
```
## License
The code in this repository is licensed under the MIT license. See [LICENSE](LICENSE) for more information. The license does not apply to the actual content of the slides.