Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 401 Bytes

englishman

This exercise will switch your mind and you will learn how to think in English.

How do I get set up?

  • to build app:
npm run-script build
  • to start app:
PORT=5000 npm start
  • to run app (build and star after it with one command):
PORT=5000 npm run-script run
  • deploy docker container:
bash -x ./deploy_english_remotely [email protected]