Luke Else 2c53e26d2e
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m52s
Run Unit and Integration Tests / test (push) Successful in 1m4s
FIX: Changed repo name to lowercase in pipeline
2025-06-18 19:23:21 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:22:35 +01:00
2025-06-18 18:03:58 +00:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00
2025-06-18 19:08:13 +01:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

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

Description
METARIUS is a Web application designed to deliver the most up to date METAR and TAF information in a digestable way.
Readme MIT 128 KiB
Languages
Svelte 76.4%
TypeScript 20.2%
HTML 1.9%
JavaScript 1.2%
CSS 0.3%