Skip to content

spudunk/eaganscafe

Repository files navigation

Eagans Diner Web App

Built with Svelte, powered by create-svelte.

Updating

Menu data is contained in src/lib/menu.js. Schema for the menu data is commented at the bottom of the menu.js file.

Pages for individual routes are contained in src/routes. All of the redundant components are contained in src/lib/components.

Developing

  1. Copy this repo
  2. Installed dependencies with npm install
  3. start a development server:
npm run dev

Building

To create a production version of your app:

npm run build

For performance the entire site has static building enabled in src/routes/+layout.server.js

You can preview the production build with npm run preview.

Your app currently uses the cloudflare adapter for the Cloudflare environment.

About

Ethel Eagans restaurant website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published