Skip to content

Commit 859678a

Browse files
authored
Add Kempo (#473)
1 parent 0913b97 commit 859678a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/k.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
import { Resource } from 'types'
22

33
export const resources: Resource[] = [
4+
{
5+
name: 'Kempo',
6+
categories: ['Programming', 'Blog'],
7+
description: "Customized code playgrounds powered by CodeSandbox’s Sandpack.",
8+
keywords: ['Programming', 'Code Editor', 'Code Demos'],
9+
url: 'https://kempo.io',
10+
},
411
{
512
name: 'Kent C. Dodds',
613
categories: ['Programming', 'YouTube Channel'],

0 commit comments

Comments
 (0)