Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jjlibra/nwpu-report-slidev
- Owner: JJLibra
- License: apache-2.0
- Created: 2024-03-18T07:33:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T07:35:37.000Z (9 months ago)
- Last Synced: 2024-11-30T03:15:01.443Z (26 days ago)
- Topics: nwpu, slidev
- Language: SCSS
- Homepage:
- Size: 9.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:3030Edit 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)