Built with Svelte, powered by create-svelte
.
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.
- Copy this repo
- Installed dependencies with
npm install
- start a development server:
npm run dev
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.