snowballtools-base/packages/frontend/src/assets/templates.ts

38 lines
704 B
TypeScript
Raw Normal View History

export default [
{
2024-04-11 23:10:39 +00:00
id: '1',
name: 'Progressive Web App (PWA)',
icon: 'pwa',
2024-04-11 21:40:22 +00:00
repoFullName: `${import.meta.env.VITE_GITHUB_PWA_TEMPLATE_REPO}`,
isComingSoon: false,
},
{
2024-04-11 23:10:39 +00:00
id: '2',
name: 'Image Upload PWA',
icon: 'pwa',
2024-04-11 21:40:22 +00:00
repoFullName: `${import.meta.env.VITE_GITHUB_IMAGE_UPLOAD_PWA_TEMPLATE_REPO}`,
isComingSoon: false,
},
{
2024-04-11 23:10:39 +00:00
id: '3',
name: 'Kotlin',
icon: 'kotlin',
repoFullName: '',
2024-02-29 06:44:10 +00:00
isComingSoon: true,
},
{
2024-04-11 23:10:39 +00:00
id: '4',
name: 'React Native',
icon: 'react-native',
repoFullName: '',
2024-02-29 06:44:10 +00:00
isComingSoon: true,
},
{
2024-04-11 23:10:39 +00:00
id: '5',
name: 'Swift',
icon: 'swift',
repoFullName: '',
isComingSoon: true,
},
];