Simple info site for Donegal trip
  • Svelte 71.3%
  • TypeScript 20.7%
  • JavaScript 6.5%
  • HTML 1.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-09 19:52:54 +00:00
src feat: add a wee deprecated banner thing 2024-06-18 16:24:48 +01:00
static fix: add custom favicon 2024-06-06 13:49:18 +01:00
.gitignore initial commit 2024-06-04 17:06:01 +01:00
.npmrc initial commit 2024-06-04 17:06:01 +01:00
.prettierrc fix: use mapbox 2024-06-09 12:33:19 +01:00
eslint.config.js initial commit 2024-06-04 17:06:01 +01:00
LICENSE add LICENSE 2025-12-09 19:52:54 +00:00
package.json fix: use mapbox 2024-06-09 12:33:19 +01:00
pnpm-lock.yaml fix: use mapbox 2024-06-09 12:33:19 +01:00
README.md initial commit 2024-06-04 17:06:01 +01:00
svelte.config.js initial commit 2024-06-04 17:06:01 +01:00
tsconfig.json initial commit 2024-06-04 17:06:01 +01:00
vite.config.ts initial commit 2024-06-04 17:06:01 +01:00

Donegal Trip

Small minisite containing info for an upcoming trip I'm doing. Creating it as a website to share with others going on the trip with me.

Developing

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 the 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.