luke-else d139552f2b
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m39s
Run Unit and Integration Tests / test (push) Failing after 52s
Merge pull request 'development' (#1) from development into main
Reviewed-on: #1
2025-06-18 20:50:11 +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 20:36:50 +01:00
2025-06-18 19:22:35 +01:00
2025-06-18 18:03:58 +00:00
2025-06-18 20:36:50 +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.

S
Description
METARIUS is a Web application designed to deliver the most up to date METAR and TAF information in a digestable way.
https://metarius.luke-else.co.uk
Readme MIT 267 KiB
Languages
Svelte 71%
TypeScript 25.9%
HTML 1.7%
JavaScript 1.1%
CSS 0.3%