zappyzep/revampdashboard
laraproto 07a1b74b58
All checks were successful
Code quality checks / build (23) (push) Successful in 35s
Push code / build (push) Successful in 54s
path messup lmao
2024-11-03 12:05:32 +02:00
..
e2e let's see if this works 2024-11-02 16:17:41 +02:00
src path messup lmao 2024-11-03 12:05:32 +02: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 dashboard layout 2024-11-02 20:43:53 +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.