From 1e512463a400a3c04eb7de883087259627d47fb6 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Wed, 11 Jan 2017 18:39:17 +1100 Subject: [PATCH] :memo: document my dev workflow a bit more :rose: --- docs/contributing/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/contributing/README.md b/docs/contributing/README.md index 0d29f7f5..1f6b555f 100644 --- a/docs/contributing/README.md +++ b/docs/contributing/README.md @@ -36,8 +36,15 @@ Once you have `npm start` running, if you edit any front-end ts file our Webpack We use alm to develop alm. * ONCE (or whenever you want an update): Run `npm run ualm` to copy the current alm copy to node_modules + +## Where you dev + * Run `npm run alm` to launch alm to develop alm. +## Where you test +* Run `nodemon` in another window to start alm in live reload mode (note the port, normally 4445) +* Open `http://localhost:4445/#new-session` to open the alm that is running in live reload mode (change port if needed based on previous step) + You are free to use some other IDE if you want. You can run `npm run tscw` to run the TypeScript in the background in watch mode and use your favorite IDE in the foreground. # Webpack