An open API service indexing awesome lists of open source software.

https://github.com/engineervix/zed-news-talk-ogn


https://github.com/engineervix/zed-news-talk-ogn

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Slides powered by [Slidev](https://github.com/slidevjs/slidev)!

[![Node v18](https://img.shields.io/badge/Node-v18-teal.svg)](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/).