Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jjlibra/nwpu-report-slidev

A new way of reporting.
https://github.com/jjlibra/nwpu-report-slidev

nwpu slidev

Last synced: 26 days ago
JSON representation

A new way of reporting.

Awesome Lists containing this project

README

        

# Welcome to [Slidev](https://github.com/slidevjs/slidev)!

To start the slide show:

- `npm install`
- `npm run dev`
- visit http://localhost:3030

Edit the [slides.md](./slides.md) to see the changes.

Learn more about Slidev on [documentations](https://sli.dev/).

# Docker

```shell
docker build -t npu-slidev .
docker rm -f slidev
docker run --name slidev --rm -it \
-p 3030:3030 \
-v .:/slidev \
npu-slidev
```

当前样式作者:[CookedMelon](https://github.com/CookedMelon)