Skip to content

Commit

Permalink
get-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 7, 2024
1 parent d23520c commit 8109af4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ cd CharacterStudio
# Install dependencies with legacy peer deps flag to ignore React errors
npm install
npm run dev

# Install default assets
npm run get-assets
```

---
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"serve": "vite preview",
"lint": "npm run lint:js && npm run lint:prettier",
"lint:js": "eslint --cache --ext .js,.jsx ./src",
"lint:prettier": "prettier --check \"**/*\" --end-of-line auto"
"lint:prettier": "prettier --check \"**/*\" --end-of-line auto",
"get-assets": "cd public && git clone --depth 1 --branch main https://github.com/m3-org/loot-assets.git"
},
"dependencies": {
"@ethersproject/providers": "^5.5.1",
Expand Down

0 comments on commit 8109af4

Please sign in to comment.