TastyBites/front
deepsource-autofix[bot] 437622fe88
style: format code with Prettier
This commit fixes the style issues introduced in 8dd6fda according to the output
from Prettier.

Details: None
2024-05-13 11:19:38 +00:00
..
public Nicer item page 2024-05-08 17:53:21 +01:00
src style: format code with Prettier 2024-05-13 11:19:38 +00:00
.gitignore
embed.go
index.html
jsconfig.json
package-lock.json Nicer item page 2024-05-08 17:53:21 +01:00
package.json Nicer item page 2024-05-08 17:53:21 +01:00
README.md
svelte.config.js
vite.config.js

TastyBites Frontend

The Frontend is written in Svelte using the Svelte-SPA-Router plugin to create "fake" routes, as using a javascript backend would make me wanna game end. As Go can include files, you simply need to compile the front end by running npm run build or go generate front/embed.go.