sergiocarneiro / 99

😎 Starter template of 99 lists ⚡️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

😎 Extensive list of awesome things you can do with __SOME PLATFORM__ ⚛️

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.

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.

How-to    Docs


Section B

Feature B.1

A short description of the feature.

Here the "How-to" section is embeded.

Docs

How-to

Markdown is fine here

And code too.

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

About

😎 Starter template of 99 lists ⚡️

License:Creative Commons Zero v1.0 Universal