static site built on 11ty, served on gh pages, using the Eleventy Action GitHub Action to rebuild on update
- install node.js
- run
npm install
in the root of this repository
npm run serve
Visit local pages at http://localhost:8080/hello/ the directory name matches the filename of the html files created
-
Make sure you have latest files checked out using Github for mac
-
Start your local server
- Open the folder from Github for Mac in finder
- Launch terminal from the news folder
- By navigating to the news folder in the Finder
- JP has files in Documents/Github/news
- Right click on news folder, choose Launch Terminal
- Edit files locally in your preferred text editor
- In terminal window type:
npm run start