sito dell'emporio del bread
Find a file
ari 324c1562c8
All checks were successful
Build and Deploy / deploy (push) Successful in 14s
feat: added news to nav
2025-11-08 03:27:42 +01:00
.data feat: fix dark mode and modified admin/producuts page 2025-11-02 01:49:27 +01:00
.forgejo/workflows ci: changed deploy folder 2025-11-02 23:59:11 +01:00
drizzle feat: removed unnecessary fields from sql events table 2025-11-08 03:10:47 +01:00
src feat: added news to nav 2025-11-08 03:27:42 +01:00
static feat: fixed banner image 2025-11-03 00:07:57 +01:00
.gitignore feat: added drag and drop to admin product management page 2025-11-06 16:05:36 +01:00
.npmrc first commit 2025-09-27 16:10:55 +02:00
.prettierignore first commit 2025-09-27 16:10:55 +02:00
.prettierrc first commit 2025-09-27 16:10:55 +02:00
Dockerfile infra: changed uri 2025-11-02 23:32:43 +01:00
drizzle.config.ts infra: added fallback db 2025-09-27 23:06:53 +02:00
package-lock.json feat: added news feature 2025-11-08 02:43:46 +01:00
package.json feat: added news feature 2025-11-08 02:43:46 +01:00
postcss.config.js feat: did a bunch of stuff 2025-11-01 22:41:56 +01:00
README.md docs: updated TODO in readme 2025-11-03 22:11:44 +01:00
svelte.config.js infra: changed adapter 2025-09-27 23:45:06 +02:00
tsconfig.json first commit 2025-09-27 16:10:55 +02:00
vite.config.ts first commit 2025-09-27 16:10:55 +02:00

Emporio B&R

Simple shop app


## Developing

Once you've downloaded the project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```sh
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

TODO

frontend

  • fare la pagina chi siamo?

  • uploadare la carta dei principi e degli intenti

  • fare una home più swag

  • cambiare un po' la pagina dei contatti

  • fare la pagina prossimi eventi

  • migliorare la formattazione della carta dei principi e degli intenti

  • capire come mettere i patti

  • rivedere tutta la modalità mobile

backend

  • dare la possibilità di mettere le immagini quando si aggiunge un nuovo prodotto (drag and drop)

  • fixare le immagini

    • se messe non fanno vedere il prezzo e i bottoni
    • se messe non si possono ingrandire
    • se ne può mettere una sola?

deploy

  • impostare le actions