https://github.com/bamlab/keiko-gen-ai
https://github.com/bamlab/keiko-gen-ai
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bamlab/keiko-gen-ai
- Owner: bamlab
- Created: 2024-12-03T16:41:13.000Z (over 1 year ago)
- Default Branch: welcome-branch
- Last Pushed: 2024-12-12T10:37:21.000Z (over 1 year ago)
- Last Synced: 2025-06-26T03:04:58.117Z (about 1 year ago)
- Language: TypeScript
- Size: 195 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the GenAI Keiko
## The packages
### [Ai-scratch](packages/ai-scratch/README.md)
This is your playground/scratchpad. You will do the AI coding here.
### [Starting-app](packages/starting-app/README.md)
This is a open source app I found on the [bamlab](https://github.com/bamlab) git organization. I will use it as a starting point for the project. Your goal will be to migrate this React-Native app into a NextJS app.
### [Final-app](packages/final-app/README.md)
This is the final app. It is freshly created with `npx create-next-app@latest`.