fresh-app.github.io

Fresh App Factory’s website.

See the header above? Yeah it’s a bit misleading. This project initially started as an Astro site, but then I figured out that I don’t want to spend any time on designing the website, so I switched to VitePress and just use its default theme.

How to develop this project

  • Install deps
    yarn
    
  • Load latest build data
    yarn tsx scripts/load.ts
    
  • Generate page files
    yarn tsx scripts/generate.ts
    
  • Start development server
    yarn dev