Simple info site for Donegal trip
- Svelte 71.3%
- TypeScript 20.7%
- JavaScript 6.5%
- HTML 1.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| static | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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.