Skip to content

Commit

Permalink
📝 document my dev workflow a bit more 🌹
Browse files Browse the repository at this point in the history
  • Loading branch information
Basarat Ali Syed committed Jan 11, 2017
1 parent 5b8f562 commit 1e51246
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/contributing/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 1e51246

Please sign in to comment.