Skip to content

This is a demonstrative project, showing what a PACTA dashboard in Svelte might look like.

Notifications You must be signed in to change notification settings

RMI-PACTA/pacta-dashboard-svelte

Repository files navigation

pacta-dashboard-svelte

This is a demonstration of a dashboard for the Pacta project using Svelte, SvelteKit, Vite, TypeScript, Tailwind and Skeleton UI.

Developing

You will need to have Node.js installed on your machine. You can download it from nodejs.org.

First, install the dependencies:

npm install # or pnpm install or yarn

Then start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

This project uses Vite, which is a build tool that aims to provide a faster and leaner development experience for modern web projects. It's configured in vite.config.js.

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.

About

This is a demonstrative project, showing what a PACTA dashboard in Svelte might look like.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published