This repository updates the RSS feed of AB180 Engineering Base every day.
# install node from brew
brew install node
# install pnpm from brew
brew install pnpm
# setup version
pnpm env use --global 16
To transpile the TypeScript files,
run this command:
pnpm transpile
To transpile and create rss.xml
,
run this command:
pnpm generate