Create the readme.
This commit is contained in:
parent
c6ed3023e8
commit
3ae3960d79
|
@ -0,0 +1,26 @@
|
||||||
|
# Gram
|
||||||
|
|
||||||
|
> Opinionated component library using [HTM] & [Preact].
|
||||||
|
|
||||||
|
[HTM]: https://github.com/developit/htm
|
||||||
|
[Preact]: https://preactjs.com/
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Add `@holllo/gram`, `htm` and `preact` with your Node package manager of choice ([pnpm] in our case).
|
||||||
|
|
||||||
|
[pnpm]: https://pnpm.io
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pnpm add @holllo/gram htm preact
|
||||||
|
```
|
||||||
|
|
||||||
|
## Components
|
||||||
|
|
||||||
|
* [PrivacyLink](source/links/privacy-link.ts)
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Gram is open-sourced with the [GPL-3.0-or-later] license.
|
||||||
|
|
||||||
|
[GPL-3.0-or-later]: https://github.com/Holllo/gram/blob/main/LICENSE
|
Loading…
Reference in New Issue