TastyBites/front
deepsource-autofix[bot] e0969ae66f
refactor: remove the console expressions
It is considered a best practice to avoid the use of any `console` methods in JavaScript code that will run on the browser.

**NOTE:** If your repository contains a server side project, you can add `"nodejs"` to the `environment` property of analyzer meta in `.deepsource.toml`.
This will prevent this issue from getting raised.
Documentation for the analyzer meta can be found [here](https://docs.deepsource.com/docs/analyzers-javascript#meta).
Alternatively, you can silence this issue for your repository [as shown here](https://deepsource.com/blog/releases-issue-actions).

If a specific `console` call is meant to stay for other reasons, you can add [a skipcq comment](https://docs.deepsource.com/docs/issues-ignore-rules#silencing-a-specific-issue) to that line.
This will inform other developers about the reason behind the log's presence, and prevent DeepSource from flagging it.
2024-05-06 11:34:41 +00:00
..
public Noisy background 2024-05-02 19:24:33 +01:00
src refactor: remove the console expressions 2024-05-06 11:34:41 +00:00
.gitignore Use Svelte for frontend 2024-04-15 10:38:35 +01:00
embed.go Use Svelte for frontend 2024-04-15 10:38:35 +01:00
index.html style: format code with Prettier 2024-05-04 15:26:36 +00:00
jsconfig.json Optimise Cart page 2024-05-03 14:09:48 +01:00
package-lock.json Add announcements banner loading content 2024-04-28 00:27:17 +01:00
package.json Add announcements banner loading content 2024-04-28 00:27:17 +01:00
README.md Update READMEs to include more information 2024-04-17 18:30:45 +01:00
svelte.config.js style: format code with Prettier 2024-05-04 15:26:36 +00:00
vite.config.js style: format code with Prettier 2024-05-04 15:26:36 +00:00

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.