https://github.com/engineervix/zed-news-talk-ogn
https://github.com/engineervix/zed-news-talk-ogn
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/engineervix/zed-news-talk-ogn
- Owner: engineervix
- License: bsd-3-clause
- Created: 2024-01-16T21:34:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T20:05:35.000Z (about 1 year ago)
- Last Synced: 2025-03-28T21:22:25.400Z (about 1 year ago)
- Size: 737 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slides powered by [Slidev](https://github.com/slidevjs/slidev)!
[](https://nodejs.org/en/blog/release/v18.0.0)
## Development
This project uses Node [v18](https://nodejs.org/en/blog/release/v18.0.0). I use [volta](https://volta.sh/) to manage node versions. If you have volta installed on your machine, then it'll automatically use the correct Node binary for this project.
- clone / fork the project
- `cd` into the project directory
- install frontend dependencies
```bash
npm install
```
- To start the slide show, accessible at
```bash
npm start
```
Edit the [slides.md](./slides.md) to see the changes.
See all the run scripts available via `npm run`.
Learn more about Slidev [here](https://sli.dev/).