Skip to content

Commit

Permalink
feat: add start-kakarot script
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Sep 24, 2024
1 parent 1cdce49 commit 04d2898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"install": "cd scripts && bash install_tools.sh && cd ../frontend && npm install --legacy-peer-deps",
"build-ui": "cd frontend && npm run build",
"initialize-kakarot": "rm -rf kakarot && mkdir kakarot && cd kakarot && git clone https://github.com/kkrt-labs/build-on-kakarot.git",
"setup-kakarot": "cd kakarot/build-on-kakarot && make setup"
"setup-kakarot": "cd kakarot/build-on-kakarot && make setup",
"start-kakarot": "cd kakarot/build-on-kakarot && make start"

},
"repository": {
Expand Down

0 comments on commit 04d2898

Please sign in to comment.