zappyzep/revampdashboard
laratheprotogen 7c06d07765
All checks were successful
Code quality checks / build (23) (push) Successful in 49s
Push code / build (push) Successful in 1m0s
bwa
2025-01-29 14:29:59 +00:00
..
e2e let's see if this works 2024-11-02 16:17:41 +02:00
src bwa 2025-01-29 14:29:59 +00:00
static was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
.gitignore was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
.npmrc was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
.prettierignore i had a eureka moment and hopefully it works 2024-11-02 16:39:00 +02:00
.prettierrc i had a eureka moment and hopefully it works 2024-11-02 16:39:00 +02:00
eslint.config.js i had a eureka moment and hopefully it works 2024-11-02 16:39:00 +02:00
package.json logout functionality hopefully 2024-11-03 13:23:33 +02:00
playwright.config.ts error improvements 2024-11-03 11:31:53 +02:00
postcss.config.js was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
README.md was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
svelte.config.js i had a eureka moment and hopefully it works 2024-11-02 16:39:00 +02:00
tailwind.config.ts was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
tsconfig.json was the presetup configuration even used, deploy new dashboard stuff 2024-11-02 15:51:07 +02:00
vite.config.ts meow 2024-11-02 20:29:00 +02:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

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

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

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.