Skip to content

Commit

Permalink
chore: add info page
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 24, 2021
0 parents commit d55fd6f
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: antfu
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020-2021 Anthony Fu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
57 changes: 57 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<br>
<p align="center">
<a href="https://slidev.antfu.me" target="_blank">
<img src="./assets/logo-title.png" alt="Slidev" height="250" width="250"/>
</a>
</p>

<p align="center">
Presentation <b>slide</b>s for <b>dev</b>elopers πŸ§‘β€πŸ’»πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»
</p>

<br>

<p align="center">
<table>
<tbody>
<td align="center">
<img width="2000" height="0"><br>
Status: <b>Closed Alpha</b><br>
<a href="https://github.com/sponsors/antfu">Early access available for Sponsors</a><br>
<img width="2000" height="0">
</td>
</tbody>
</table>
</p>


## Features

- πŸ“ **Text-based** - focus on the content and then style them later
- 🎨 **Themable** - theme can be shared and used with npm packages
- πŸ§‘β€πŸ’» **Developer Friendly** - code highlighting, live coding editors
- 🀹 **Interactive** - embeds components
- πŸŽ₯ **Recording** - built-in recording and camera view
- πŸ“€ **Portable** - export into PDF, PNGs, or even a hostable SPA
- πŸ›  **Hackable** - anything possible on a webpage

## Tech Stacks

- [Vite](https://vitejs.dev) - An extremely fast frontend tooling
- [Vue](https://v3.vuejs.org/) powered [Markdown](https://daringfireball.net/projects/markdown/syntax) - Focus on the content while having the power of HTML and Vue components whenever needed
- [WindiCSS](https://github.com/windicss/windicss) - On-demand utility-first CSS framework, style your slides at ease
- [Prism](https://github.com/PrismJS/prism) + [Monaco Editor](https://github.com/Microsoft/monaco-editor) - First-class code snippets support with live coding capability
- [RecordRTC](https://recordrtc.org) - Built-in recording and camera view
- [VueUse](https://vueuse.org) family - [`@vueuse/head`](https://github.com/vueuse/head), [`@vueuse/motion`](https://github.com/vueuse/motion), etc.

## Sponsors

<p align="center">
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/>
</a>
</p>

## License

MIT License Β© 2021 [Anthony Fu](https://github.com/antfu)
Binary file added assets/logo-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d55fd6f

Please sign in to comment.