2
0
Fork
You've already forked website
0
The main maracuya.social website
  • Svelte 72.3%
  • TypeScript 16.5%
  • CSS 9.5%
  • JavaScript 1.1%
  • HTML 0.6%
2026年07月09日 19:04:45 +02:00
.vscode Add vscode launch config for debugging build 2026年04月30日 14:48:44 +02:00
src Add localized markdown files + visual changes 2026年04月30日 15:19:14 +02:00
static Add localized markdown files + visual changes 2026年04月30日 15:19:14 +02:00
.dockerignore dockerized and adapter-noded svelte-examples::todomvc 2025年12月04日 14:23:07 +01:00
.git-blame-ignore-revs Add the reformatting commit to .git-blame-ignore-revs file 2026年02月10日 13:49:33 +01:00
.gitignore dockerized and adapter-noded svelte-examples::todomvc 2025年12月04日 14:23:07 +01:00
.npmrc dockerized and adapter-noded svelte-examples::todomvc 2025年12月04日 14:23:07 +01:00
.prettierignore dockerized and adapter-noded svelte-examples::todomvc 2025年12月04日 14:23:07 +01:00
.prettierrc Change 'prettier' config 2026年02月10日 13:33:00 +01:00
.tool-versions add asdf node version config 2026年01月29日 16:09:00 +01:00
docker-compose.yml reconfigure docker build for static; site hostname configured by environment 2026年01月29日 16:10:00 +01:00
Dockerfile.node reconfigure docker build for static; site hostname configured by environment 2026年01月29日 16:10:00 +01:00
Dockerfile.static reconfigure docker build for static; site hostname configured by environment 2026年01月29日 16:10:00 +01:00
package-lock.json Add localized markdown files + visual changes 2026年04月30日 15:19:14 +02:00
package.json Add localized markdown files + visual changes 2026年04月30日 15:19:14 +02:00
README.md Update README.md 2026年04月28日 15:17:06 +02:00
svelte.config.js Add localized markdown files + visual changes 2026年04月30日 15:19:14 +02:00
tsconfig.json Reformat everything ("npm run format") 2026年02月10日 13:37:03 +01:00
vite.config.ts Fix bug where inline svg trips up SvelteKits page crawler 2026年04月30日 14:58:20 +02:00

Maracuya Trust Website

Public facing website for "Maracuya Trust".

Uses SvelteKit + adapter-static to build a static website that does not require JavaScript to run (apart from the dark-mode toggle).

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 the app:

npm run build

You can preview the production build with npm run preview.