Bez popisu

EduLascala 7780d7e1d3 feat: whatsapp connection integration to frontend done před 1 týdnem
.claude d4c363a6aa add the new screen před 1 měsícem
.vscode a6181756bb first commit just ui před 1 měsícem
src 7780d7e1d3 feat: whatsapp connection integration to frontend done před 1 týdnem
static d747ac1f02 its work před 1 měsícem
.env.example 4965d7bb9c start the connections před 2 týdny
.gitignore 64111181ea add function in all screens and update charts před 1 měsícem
.npmrc a6181756bb first commit just ui před 1 měsícem
.prettierignore a6181756bb first commit just ui před 1 měsícem
.prettierrc a6181756bb first commit just ui před 1 měsícem
README.md 617f617eb5 modify the cards and modify the charts před 1 měsícem
jsconfig.json a6181756bb first commit just ui před 1 měsícem
package-lock.json a6181756bb first commit just ui před 1 měsícem
package.json a6181756bb first commit just ui před 1 měsícem
svelte.config.js 33bb147b1a start the connections před 2 týdny
vite.config.js a6181756bb first commit just ui před 1 měsícem

README.md

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project
npx sv create my-app

To recreate this project with the same configuration:

# recreate this project
npx sv@0.15.2 create --template minimal --no-types --add prettier tailwindcss="plugins:none" sveltekit-adapter="adapter:static" --install npm ./

Developing

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

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.