Skip to content

Commit

Permalink
Merge branch 'main' of github.com:uqbar-project/website-wollok-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 5, 2024
2 parents 857d1ee + 261d1f3 commit 2d2d1f3
Show file tree
Hide file tree
Showing 2,448 changed files with 22,604 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For more information please check [deploy.yaml](./.github/workflows/deploy.yaml)

You will need an Astro editor. We recomend [Visual Studio Code](https://code.visualstudio.com/) with some extensions.

You can [download and import this profile](./Astro%20-Base.code-profile) in your Visual Studio Code. See this tutorial if you have any question.
You can [download and import this profile](./Astro%20-Base.code-profile) in your Visual Studio Code. See [this tutorial](youtube.com/watch?v=QjvvqR9KyVo) if you have any question.

### Alternative: manually install VSC extensions

Expand Down
88 changes: 49 additions & 39 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"scripts": {
"postinstall": "shx mkdir -p ./public/game/lib && shx cp ./node_modules/wollok-web-tools/dist/game/game-index.js ./public/game/lib && shx mkdir -p ./public/dynamicDiagram/lib && shx cp ./node_modules/wollok-web-tools/dist/dynamicDiagram/diagram-index.* ./public/dynamicDiagram/lib",
"postinstall": "shx mkdir -p ./public/game/lib && shx cp ./node_modules/wollok-web-tools/dist/web/game-index.js ./public/game/lib && shx mkdir -p ./public/dynamicDiagram/lib && shx cp ./node_modules/wollok-web-tools/dist/dynamicDiagram/diagram-index.* ./public/dynamicDiagram/lib",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
Expand All @@ -24,7 +24,7 @@
"sharp": "^0.32.5",
"typescript": "^5.3.3",
"wollok-ts": "4.1.9",
"wollok-web-tools": "1.1.5"
"wollok-web-tools": "^1.1.7"
},
"devDependencies": {
"shx": "^0.3.4"
Expand Down
Loading

0 comments on commit 2d2d1f3

Please sign in to comment.