Skip to content

Commit

Permalink
small cleanups, fix --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 7, 2024
1 parent 44400ad commit f822ee5
Show file tree
Hide file tree
Showing 6 changed files with 3,218 additions and 12,480 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#VITE_ASSET_PATH=https://M3-org.github.io/character-assets
#download from https://github.com/M3-org/character-assets and load locally
VITE_ASSET_PATH=https://beta.anata.dev/character-assets
# VITE_ASSET_PATH=https://M3-org.github.io/loot-assets
# access remote (may have CORS issues) or download from https://github.com/M3-org/loot-assets and load locally
VITE_ASSET_PATH=./
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ git clone https://github.com/M3-org/CharacterStudio
cd CharacterStudio

# Install dependencies with legacy peer deps flag to ignore React errors
npm install --legacy-peer-deps
npm install
npm run dev

# Or use yarn
yarn install
yarn run dev
```

---
Expand Down
Loading

0 comments on commit f822ee5

Please sign in to comment.