/devsurvey

Application to collect and list informations about developers favourite tools

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

devsurvey

Application to collect and list informations about developers favourite tools

Dependency

You might need to install yarn and a node version >= 15

How to run locally ?

  1. Run yarn install
  2. Run yarn dev
  3. Open http://localhost:3000 on your web browser

How to run with docker

  1. Run docker build . -t devsurvey
  2. Run docker run -it -p 3000:3000 devsurvey
  3. Open http://localhost:3000 on your web browser