FatApp is a simple directory of top-rated restaurants — curated listings of establishments with 4.5+ star ratings. Use FatApp to discover highly rated dining experiences, view reviews and photos, and find places by cuisine, price range, and amenities.
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev - Build for production:
npm run build - Preview the production build:
npm run preview
(Commands assume a standard Astro setup with scripts provided in package.json.)
You can deploy FatApp quickly using smbCloud:
Follow smbCloud's deployment flow or your preferred static host to publish the dist/ output from the Astro build.
MIT