applications-tracker/site
2024-10-09 08:48:56 +01:00
..
src feat: added linked application to graph 2024-10-09 08:48:56 +01:00
static added the views funcionality and other things 2024-10-01 16:48:50 +01:00
.dockerignore chore: added sankey diagram 2024-10-07 13:40:36 +01:00
.gitignore Initial commit 2024-09-11 18:11:44 +01:00
.npmrc Initial commit 2024-09-11 18:11:44 +01:00
.prettierignore Initial commit 2024-09-11 18:11:44 +01:00
.prettierrc Initial commit 2024-09-11 18:11:44 +01:00
eslint.config.js Initial commit 2024-09-11 18:11:44 +01:00
package-lock.json Initial commit 2024-09-11 18:11:44 +01:00
package.json chore: remove d3-sankey 2024-10-07 13:42:06 +01:00
pnpm-lock.yaml chore: remove d3-sankey 2024-10-07 13:42:06 +01:00
postcss.config.js Initial commit 2024-09-11 18:11:44 +01:00
README.md Initial commit 2024-09-11 18:11:44 +01:00
svelte.config.js added the views funcionality and other things 2024-10-01 16:48:50 +01:00
tailwind.config.js Initial commit 2024-09-11 18:11:44 +01:00
tsconfig.json Initial commit 2024-09-11 18:11:44 +01:00
vite.config.ts chore: added sankey diagram 2024-10-07 13:40:36 +01:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest 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.