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 16To transpile the TypeScript files,
run this command:
pnpm transpileTo transpile and create rss.xml,
run this command:
pnpm generate