a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.
https://convex.dev/ai-town
MIT License
7.12k stars 651 forks source link

no convex/config.ts? and no just? #237

Closed menguzat closed 2 weeks ago

menguzat commented 1 month ago

I downloaded and installed the convex binary as explained.

However, in my ai-town folder, there is no file ./convex/config.ts

and when I try npm run dev I get:

ai-town@0.0.0 predev just convex dev --run init --until-success

'just' is not recognized as an internal or external command, operable program or batch file.

what am I doing wrong? I'm on windows 11.

61cygni commented 1 month ago

It's convex/constants.ts we need to update the README for that.

You'll need to install just. I don't know how to do that on Windows ...

You're probably best using Pinokio (https://pinokio.computer/) if installing AI town on Windows. .m

On Tue, May 21, 2024 at 11:14 PM menguzat @.***> wrote:

I downloaded and installed the convex binary as explained.

However, in my ai-town folder, there is no file ./convex/config.ts

and when I try npm run dev I get:

@.*** predev just convex dev --run init --until-success

'just' is not recognized as an internal or external command, operable program or batch file.

what am I doing wrong? I'm on windows 11.

— Reply to this email directly, view it on GitHub https://github.com/a16z-infra/ai-town/issues/237, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWEFGFKNVJKO3LCI4L6CHDZDQZTXAVCNFSM6AAAAABIC5UF6GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDSNRVGY4DANA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ianmacartney commented 3 weeks ago

There's a link in the README on installing just: https://github.com/casey/just?tab=readme-ov-file#installation