Skip to content

Commit

Permalink
README: add some development notes
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Oct 26, 2023
1 parent a8fd050 commit aac969b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,19 @@ Steps to run the meeting

Navigate to this week's meeting and follow the steps presented.

Working days: non-holiday weekdays. Relevant holidays are the national holidays of the USA, Western Europe, and India.
Working days: non-holiday weekdays. Relevant holidays are the national holidays of the USA, Western Europe, and India.


# Development

## Prerequisites
- install node package manger (npm)
- use npm to install typescript `npm install typescript --save-dev`

## Dev Workflow
- Work against the `.ts` files to add your changes
- Compile them using `npm run bundle` which produces `.js` files
- Commit the `.ts` and `.js` files

### Note
The action uses the `.js` files to run the action, and are found in the `dist directory. The `.ts` files are used for development purposes only.

0 comments on commit aac969b

Please sign in to comment.