No description
Find a file
2025-01-29 09:41:37 -03:00
src Add svg logo 2025-01-29 09:41:37 -03:00
static Add svg logo 2025-01-29 09:41:37 -03:00
.gitignore Experiment with links 2025-01-05 16:46:46 -03:00
.npmrc Create new SvelteKit app 2025-01-04 08:58:01 -03:00
.prettierignore Create new SvelteKit app 2025-01-04 08:58:01 -03:00
.prettierrc Create new SvelteKit app 2025-01-04 08:58:01 -03:00
eslint.config.js Create new SvelteKit app 2025-01-04 08:58:01 -03:00
jsconfig.json Create new SvelteKit app 2025-01-04 08:58:01 -03:00
LICENSE Add LICENSE 2025-01-04 20:56:49 +00:00
package.json Create new SvelteKit app 2025-01-04 08:58:01 -03:00
pnpm-lock.yaml Experiment with links 2025-01-05 16:46:46 -03:00
README.md Fix manifest location 2025-01-04 17:22:22 -03:00
svelte.config.js Experiment with links 2025-01-05 16:46:46 -03:00
vite.config.js Create new SvelteKit app 2025-01-04 08:58:01 -03:00

Version 2 of the website for duobiblo.

The first version ran on Sapper, the second one on SvelteKit.

Run

pnpm run dev

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

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

To deploy your app, you may need to install an adapter for your target environment.