nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
40 stars 11 forks source link

Local development server has broken UX #93

Closed AvivYaish closed 1 year ago

AvivYaish commented 1 year ago

I tried following the details given in CONTRIBUTING.md to start a local development server, but it produces a broken UX:

image

Is this how it should look like?

DavidSouther commented 1 year ago

Ensure you run the npm build command first, which sets up some symlinks for CSS files. I'll update the docs - #95

AvivYaish commented 1 year ago

Fixed by #95