No Description

gdias 90d580878a finishe the frontend now need start de backend 1 month ago
.claude 90d580878a finishe the frontend now need start de backend 1 month ago
.vscode a6181756bb first commit just ui 1 month ago
src 90d580878a finishe the frontend now need start de backend 1 month ago
static d747ac1f02 its work 1 month ago
.gitignore 64111181ea add function in all screens and update charts 1 month ago
.npmrc a6181756bb first commit just ui 1 month ago
.prettierignore a6181756bb first commit just ui 1 month ago
.prettierrc a6181756bb first commit just ui 1 month ago
README.md 617f617eb5 modify the cards and modify the charts 1 month ago
jsconfig.json a6181756bb first commit just ui 1 month ago
package-lock.json a6181756bb first commit just ui 1 month ago
package.json a6181756bb first commit just ui 1 month ago
svelte.config.js 7181c90735 add the build version 1 month ago
vite.config.js a6181756bb first commit just ui 1 month ago

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.