Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 932 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 932 Bytes

opus-irae.com

This is the official website of my Black Metal band OPUS IRAE. It is written in Svelte with SvelteKit and uses Tailwind as a CSS framework. All content is fetched from a self-hosted instance of Directus.

Developing

Once you've created a project and installed dependencies with pnpm install (or pnpm install or yarn), start a development server:

pnpm run dev

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

Deployment

There is a GitHub action triggered after every commit on main which will build a Docker container, push it to GitHub Container Registry and trigger a re-deployment via a webhook. The project uses SvelteKit's node-adaptor to enable SSR.