TBD54566975 / web5-go

Apache License 2.0
10 stars 6 forks source link

Add support for developing on Replit #37

Open cbrewster opened 6 months ago

cbrewster commented 6 months ago

Hey! I wanted to see if we could get this repo working on Replit.

I added a couple config files to properly setup LSP and provide go and just in the environment and I wired up the Run button to run the full test suite. You can try this out by forking my repl here: https://replit.com/@ConnorBrewster/web5-go or, if this is merged, you can import this repo directly into a new repl and start coding right away.

alecthomas commented 6 months ago

Replit is cool BTW, I've played around with it a couple of times.

michaelneale commented 6 months ago

does this have the right version of go and can merge?

cbrewster commented 6 months ago

does this have the right version of go and can merge?

Not yet, we don't have Go 1.22 available on Replit yet but we should next week