@@ -172,7 +172,7 @@ of ideas (Sugar Labs is a meritocracy)._
172172
173173## Tech Stack
174174
175- Music Blocks v4 shall be built using ` TypeScript 4 ` and ` React 17 (with hooks) ` . In addition, ` SCSS `
175+ Music Blocks v4 shall be built using ` TypeScript 4 ` and ` React 17 (with hooks) ` . In addition, ` SCSS `
176176shall be used for styling; ` Webpack ` will be configured to transpile and bundle the source code, for
177177deployment on a web browser.
178178
@@ -181,7 +181,7 @@ deployment on a web browser.
181181### Without Docker
182182
183183This is a _ ** TypeScript** _ project that uses _ ** React** _ . You'll just need
184- _ [ ** Node.js** ] ( https://nodejs.org/en/ ) _ and _ ** npm** _ installed on your development machine _ .
184+ _ [ ** Node.js** ] ( https://nodejs.org/en/ ) v16 _ and _ ** npm** _ installed on your development machine .
185185Although, this is sufficient to run, build, and test the project as a whole, you might need some
186186extra tools for other development tasks.
187187
@@ -209,11 +209,11 @@ node -v && npm -v && tsc -v && ts-node -v && http-server -v
209209Output should look like
210210
211211``` bash
212- v14.17 .0
213- 6.14.13
214- Version 4.3 .2
215- v10.0 .0
216- v0.12.3
212+ v16.14 .0
213+ 8.3.1
214+ Version 4.6 .2
215+ v10.6 .0
216+ v14.1.0
217217```
218218
219219### With Docker
@@ -241,13 +241,13 @@ Windows) this repository using
2412414 . Build _ docker image_ and launch _ docker network_ .
242242
243243 _ ** Note:** _ A
244- [ built initial development image] ( https://github.com/sugarlabs/musicblocks-v4/pkgs/container/musicblocks/2948273 ?tag=4.0.0 -dev )
244+ [ built initial development image] ( https://github.com/sugarlabs/musicblocks-v4/pkgs/container/musicblocks/16217005 ?tag=4-dev )
245245 has been published to
246246 [ _ Sugar Labs GitHub Container Registry_ (_ GHCR_ )] ( https://github.com/orgs/sugarlabs/packages?ecosystem=container ) ,
247247 which can be pulled directly, so you don't have to build it again. Pull using
248248
249249 ``` bash
250- docker pull ghcr.io/sugarlabs/musicblocks:4.0.0 -dev
250+ docker pull ghcr.io/sugarlabs/musicblocks:4-dev
251251 ```
252252
253253 Nagivate inside the project directory and launch the _docker network_ using
@@ -270,11 +270,11 @@ Windows) this repository using
2702705. In a second terminal, run
271271
272272 ```bash
273- docker attach musicblocks-4.0.0 -dev
273+ docker attach musicblocks-4-dev
274274 ```
275275
276- The _Alpine shell_ in the _docker container_ named _musicblocks-4.0.0 -dev_ is spawned and
277- standard input/output is connected to the terminal.
276+ The _Alpine shell_ in the _docker container_ named _musicblocks-4-dev_ is spawned and standard
277+ input/output is connected to the terminal.
278278
2792796. _**Node.js**_ (_Node.js Runtime_), _**npm**_ (_Node.js Package Manager_), _**tsc**_ (_TypeScript
280280 Compiler_), _**ts-node**_ (_Node.js executable for TypeScript_), and _**http-server**_ (_a HTTP
@@ -287,11 +287,11 @@ Windows) this repository using
287287 Output should look like
288288
289289 ```bash
290- v14.17 .0
291- 6.14.13
292- Version 4.3 .2
293- v10.0 .0
294- v0.12.3
290+ v16.14 .0
291+ 8.3.1
292+ Version 4.6 .2
293+ v10.6 .0
294+ v14.1.0
295295 ```
296296
2972977. To shut down the _docker network_, run (in the terminal where you ran `docker-compose up -d` or
@@ -357,8 +357,6 @@ After you are set-up, the steps you take depend on what you want to do:
357357 on host. Visit ` localhost:5000` in a browser to view the web page served. If you are not
358358 using the container, visit ` localhost:3000` .
359359
360- Currently this will open a page with a " Hello world!" message.
361-
362360 - For testing, run
363361
364362 ` ` ` bash
0 commit comments