Closed meiying0101 closed 1 year ago
simple way to build and run the app localy
assuming that you already have node
, npm
and python
installed.
git clone https://github.com/wavedrom/vcdrom.git
cd ./vcdrom
npm i
./build.sh
cd ./app
python3 -m http.server 9000
now in your browser go to http://localhost:9000/
I'm far from an expert in nodejs, this is just the way I use this app, don't know if its good or bad, but it work
It works!! Thank you very much!!
or you can run server this way:
http-server app
I want to run this project in my local server, but I don't know how to achieve it after '''npm install'''. Can you give some help, please? Thanks a lot!