opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

Add some instruction for Windows 10 Pro #105

Open yizongk opened 4 years ago

yizongk commented 4 years ago

Add info about npm and docker compose in Window 10 Pro

yizongk commented 4 years ago

Add to the README..md

that you need to download node.js (Includes Node, and NPM) at https://nodejs.org/en/ and Docker Hub (includes docker, and docker-compose): https://docs.docker.com/docker-for-windows/install/

Open up Power Shell, cd to the root directory of this project, run 'docker-compose up' and wait for it to download dependencies and built the image. First run will take a while, like 3-5 min on my end.

Once it's up, head over to localhost:3000 on your browser