Skip to content

Commit

Permalink
Change dependencies to devDependencies
Browse files Browse the repository at this point in the history
And update readme
  • Loading branch information
Michalzr committed Dec 26, 2022
1 parent 343cac5 commit e9e9899
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This project is an exercise. It is not intended to be used commercially.
Implementing gltf viewer from scratch. No libraries.
To build you only need to compile the typscript files https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html

Project is running here (unless I didn't deploy latest version, or didn't pay for the hosting :) )
To run the project locally, simply install dependencies `npm i` and run `npm start`.

Project is running here (unless I forgot to pay for the hosting :) )
http://michalzrubec.sk/lightweightGltfLoader/
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "esbuild src/app.ts --outfile=build.js --bundle --minify"
},
"license": "ISC",
"dependencies": {
"devDependencies": {
"esbuild": "0.16.10",
"typescript": "^4.9.4"
}
Expand Down

0 comments on commit e9e9899

Please sign in to comment.