play.go.ai is an AI-powered Go code editor built with Next.js and Vercel AI SDK using FriendliAI.
- Clone the repository
- Create a
.env.local
file withFRIENDLI_TOKEN=your-api-key
whereyour-api-key
is your friendli suite API key from suite.friendli.ai. - Run
pnpm install
to install dependencies. - Run
pnpm dev
to start the development server.