Skip to content

Commit

Permalink
Update README.md with details on building the index page
Browse files Browse the repository at this point in the history
  • Loading branch information
plmrry authored Nov 14, 2024
1 parent ff6ffac commit ebfa949
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ A developing series of meetings about software development for science.
- Sep 29, 2022 [Types](24_Types): An theoretical introduction to how thinking about data types can improve code, and specific applications to mypy
- Oct 20, 2022 [Modern C++](25_ModernC++)
- Dec 15, 2022 [File Formats and Storing Data](26_DataFormats)

# Homepage Build Script

A simple Node script — [build-index-page.mjs](build-index-page.mjs) is used to render `index.html`. The Node script does not have any external dependencies, so you don't need to `npm install`:

```bash
module load nodejs
node build-index-page.mjs
```

0 comments on commit ebfa949

Please sign in to comment.