https://github.com/sergiocarneiro/99
😎 Starter template of 99 lists ⚡️
https://github.com/sergiocarneiro/99
99-list lists resources
Last synced: 3 months ago
JSON representation
😎 Starter template of 99 lists ⚡️
- Host: GitHub
- URL: https://github.com/sergiocarneiro/99
- Owner: sergiocarneiro
- License: cc0-1.0
- Created: 2023-01-07T21:24:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T21:44:51.000Z (over 3 years ago)
- Last Synced: 2024-05-22T11:10:40.915Z (about 2 years ago)
- Topics: 99-list, lists, resources
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Section A
Section B
Section C
Section D
# Welcome!
Here you'll find a collection of practical and concise examples that showcase the different capabilities of [__SOME PLATFORM__](https://awesomeplatform.io).
It should serve as an index, where you get a glimpse of all you can do and then referred to the official documentation for further reading.
If that sounds interesting to you, please consider starring the repo and joining the discussions! ⭐️
# Section A
## Feature A.1
A short description of the feature.
> Here the "How-to" section is a link.
# Section B
## Feature B.1
A short description of the feature.
> Here the "How-to" section is embeded.
How-to
### Markdown is fine here
And code too.
```ts
export async function loader({ params }: LoaderArgs) {
const { content, format } = await getImage(params.path);
return new Response(content, {
status: 200,
headers: {
"Content-Type": `image/${format}`,
},
});
}
```
# Section C
# Section D