Application to collect and list informations about developers favourite tools
You might need to install yarn
and a node
version >= 15
- Run
yarn install
- Run
yarn dev
- Open
http://localhost:3000
on your web browser
- Run
docker build . -t devsurvey
- Run
docker run -it -p 3000:3000 devsurvey
- Open
http://localhost:3000
on your web browser