Skip to content

Commit

Permalink
Merge pull request elizaOS#758 from v1xingyue/v1xingyue-patch-1
Browse files Browse the repository at this point in the history
Add running with Gitpod
  • Loading branch information
jkbrooks authored Dec 1, 2024
2 parents 5eaa57d + c6fff5d commit df3d1f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

tasks:
- name: "init eliza env"
init: |
nvm install v23.3.0
git checkout $(git describe --tags --abbrev=0)
command: pnpm install && pnpm run build

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ git clone https://github.com/ai16z/eliza.git
git checkout $(git describe --tags --abbrev=0)
```

### Start Eliza with Gitpod

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ai16z/eliza/tree/main)

### Edit the .env file

Copy .env.example to .env and fill in the appropriate values.
Expand Down

0 comments on commit df3d1f3

Please sign in to comment.