Files
luke-else.co.uk/README.md
Luke Else 8c4e10524e
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 41s
fix: Changed readme to test gpg key
2025-08-07 21:33:00 +01:00

1.2 KiB

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.