Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stolinski/hype
A stack of hyped up tech, but it actually rips hard.
https://github.com/stolinski/hype
Last synced: 12 days ago
JSON representation
A stack of hyped up tech, but it actually rips hard.
- Host: GitHub
- URL: https://github.com/stolinski/hype
- Owner: stolinski
- Created: 2024-01-29T22:59:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T18:53:31.000Z (9 months ago)
- Last Synced: 2024-04-13T14:36:26.452Z (7 months ago)
- Language: TypeScript
- Size: 158 KB
- Stars: 54
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Hype Logo](./packages/hype_demo/public/hype.png)
# Hype
Demo: https://hype.tolin.ski/
Take a look. It's nothing special yet, but it has potential.
## Want to help?
Let's chat https://discord.gg/7eSBjEQMYq
### Code Highlighting
Install: https://marketplace.visualstudio.com/items?itemName=bierner.lit-html
### Emmet
```
"emmet.includeLanguages": {
"typescript": "html",
"javascript": "html"
},
```