Skip to content

Commit ffcb650

Browse files
committed
Add vscode and extensions install to readme
1 parent 601308d commit ffcb650

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# colorblockifier
2+
23
Sort Minecraft blocks by color
34

45
[**colorblockifier.github.io**](https://colorblockifier.github.io)
6+
57
> All processing is done locally in your browser without uploading to a server, and no programs need to be installed on your computer!
6-
>
8+
>
79
> This web app extracts the textures from a Minecraft version JAR you choose from your computer, to stay compliant with Minecraft's TOS by not redistributing the textures.
810
911
### Credits:
12+
1013
- Made by: [comfysquirrel](https://github.com/comfysquirrel)
1114
- Colorscheme: [Solarized Dark](https://ethanschoonover.com/solarized/) by Ethan Schoonover
1215
- Library for handling ZIP files: [zip.js](https://gildas-lormeau.github.io/zip.js/)
@@ -15,6 +18,8 @@ Sort Minecraft blocks by color
1518

1619
## Developing
1720

21+
- Open the project in [vscode](https://code.visualstudio.com/)
22+
- Install the recommended extensions in vscode
1823
- Install [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
1924
- Install dependencies with `npm install` (or `pnpm install` or `yarn`)
2025
- Start a development server:
@@ -35,5 +40,3 @@ npm run build
3540
```
3641

3742
You can preview the production build with `npm run preview`.
38-
39-
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.

0 commit comments

Comments
 (0)