From 04b631a6a6263a917dda5dc5b473c5246ff55a18 Mon Sep 17 00:00:00 2001 From: tree Date: Sat, 7 Jan 2023 23:32:42 +0100 Subject: [PATCH] Update READMEs --- README.md | 8 +++++-- website/README.md | 39 ++------------------------------- website/src/routes/+page.svelte | 4 ++++ 3 files changed, 12 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index b6da77e..2d9397c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/website/README.md b/website/README.md index 5c91169..54a6aef 100644 --- a/website/README.md +++ b/website/README.md @@ -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/). \ No newline at end of file diff --git a/website/src/routes/+page.svelte b/website/src/routes/+page.svelte index 5982b0a..eeb0c98 100644 --- a/website/src/routes/+page.svelte +++ b/website/src/routes/+page.svelte @@ -1,2 +1,6 @@ + + Prague Blockchain Week 2023 + +

Welcome to SvelteKit

Visit kit.svelte.dev to read the documentation