https://github.com/josunlp/website
My personal Website
https://github.com/josunlp/website
sass svelte sveltekit typescript website
Last synced: about 1 month ago
JSON representation
My personal Website
- Host: GitHub
- URL: https://github.com/josunlp/website
- Owner: JosunLP
- License: mit
- Created: 2024-02-27T20:10:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T15:24:43.000Z (over 1 year ago)
- Last Synced: 2025-03-20T10:11:51.338Z (about 1 year ago)
- Topics: sass, svelte, sveltekit, typescript, website
- Language: Svelte
- Homepage: https://josunlp.de
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JosunLP.de
[](https://github.com/SamKirkland/FTP-Deploy-Action)
[](https://github.com/JosunLP/Website/issues)
[](https://github.com/JosunLP/Website/network)
[](https://github.com/JosunLP/Website/stargazers)
[](https://github.com/JosunLP/Website/blob/main/LICENSE)
[](https://www.codefactor.io/repository/github/JosunLP/Website)
[](https://svelte.dev/)
## create-svelte
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
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:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.