Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:16:07.000Z (2 months ago)
- Last Synced: 2024-09-29T11:45:37.344Z (about 2 months ago)
- Topics: html, nx, slidev, vue
- Language: JavaScript
- Homepage: https://slides.horm.codes
- Size: 8.37 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.