Skip to content

Commit

Permalink
Add Kempo (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
SSHari authored Sep 3, 2024
1 parent 0913b97 commit 859678a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/k.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import { Resource } from 'types'

export const resources: Resource[] = [
{
name: 'Kempo',
categories: ['Programming', 'Blog'],
description: "Customized code playgrounds powered by CodeSandbox’s Sandpack.",
keywords: ['Programming', 'Code Editor', 'Code Demos'],
url: 'https://kempo.io',
},
{
name: 'Kent C. Dodds',
categories: ['Programming', 'YouTube Channel'],
Expand Down

0 comments on commit 859678a

Please sign in to comment.