This is an ad-free platform for your RSS reading and personal blogging (upcoming). Check out the site at https://lulu-cao.github.io/blog/.
This repo provides the frontend code for the app. The backend repo code is available here.
npm install
npm run dev
-
Generate the
/distfoldernpm run build -
Switch to
gh-pagesbranch and remove the files there withgit rm -rf .. -
Copy and paste the
/distfolder intogh-pagesbranch. Then, force the update with yourdistfolder:git add . git commit -m "deploy" git subtree split --prefix dist -b temp-branch git push origin temp-branch:gh-pages --force git branch -D temp-branch