An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# JosunLP.de

[![FTP Deploy](https://img.shields.io/badge/Deployed%20With-FTP%20DEPLOY%20ACTION-%3CCOLOR%3E?style=for-the-badge&color=green)](https://github.com/SamKirkland/FTP-Deploy-Action)
[![GitHub issues](https://img.shields.io/github/issues/JosunLP/Website?style=for-the-badge)](https://github.com/JosunLP/Website/issues)
[![GitHub forks](https://img.shields.io/github/forks/JosunLP/Website?style=for-the-badge)](https://github.com/JosunLP/Website/network)
[![GitHub stars](https://img.shields.io/github/stars/JosunLP/Website?style=for-the-badge)](https://github.com/JosunLP/Website/stargazers)
[![GitHub license](https://img.shields.io/github/license/JosunLP/Website?style=for-the-badge)](https://github.com/JosunLP/Website/blob/main/LICENSE)
[![CodeFactor](https://www.codefactor.io/repository/github/JosunLP/Website/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/JosunLP/Website)
[![TypeScript](https://img.shields.io/badge/Developed%20in-SvelteKit-orange?logo=svelte&style=for-the-badge)](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.