This commit is contained in:
tree 2023-01-07 23:32:42 +01:00
rodič 9b403873fa
revize 04b631a6a6
3 změnil soubory, kde provedl 12 přidání a 39 odebrání

Zobrazit soubor

@ -1,5 +1,9 @@
# Prague Blockchain Week 2023 (PBW23)
A decentralized conference hosted by UTXO Foundation. We are using this github repository and website to coordinate event listings.
A decentralized conference hosted by [UTXO Foundation](https://utxo.foundation/). We are using this GitHub repository and website to coordinate event listings.
https://its-not-published-yet
https://prgblockweek.com
## Follow us!
- Twitter: [@PrgBlockWeek](https://twitter.com/PrgBlockWeek)

Zobrazit soubor

@ -1,38 +1,3 @@
# create-svelte
# PBW23 Website
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-app
```
## 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.
Website for [Prague Blockchain Week 2023](https://prgblockweek.com/) created with [SvelteKit](https://kit.svelte.dev/).

Zobrazit soubor

@ -1,2 +1,6 @@
<svelte:head>
<title>Prague Blockchain Week 2023</title>
</svelte:head>
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>