Luke Else 27488fe860
All checks were successful
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m24s
Added Loading Spinner
2025-02-15 14:47:59 +00:00
2025-02-06 09:44:51 +00:00
2025-02-15 14:47:59 +00:00
2025-02-01 13:00:02 +00:00
2025-02-01 13:00:02 +00:00
2025-02-01 13:00:02 +00:00

Welcome

This site contains information relating to my personal situation, however, you are able to clone this project and change the me.json file to update this as required.

Screenshots

Getting Started

Get starting but installing all of the dependencies of the project.

npm install

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.

To deploy your app, you may need to install an adapter for your target environment. In this case, vite is used.

Description
GitHub repository for my Personal Site hosted at https://luke-else.co.uk
https://luke-else.co.uk
Readme 6.7 MiB
Languages
Svelte 73.8%
TypeScript 14.2%
HTML 8.5%
CSS 1.8%
JavaScript 1.7%