From 234f78aa40e714544ccc6f05c8815c37e1585843 Mon Sep 17 00:00:00 2001 From: steppy Date: Wed, 12 Feb 2025 14:16:17 +0100 Subject: [PATCH] Add default config.json --- README.md | 1 + config.json | 3 +++ index.html | 7 +++++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 config.json diff --git a/README.md b/README.md index 7f67d2f..aec637f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ The webpage for Jana-Sessions (unofficial name), fully written in Rust. ## Building The project currently uses leptos, so you'll want to install trunk (`cargo install trunk`). +For the build to work you'll need the `wasm32-unknown-unknown` target (`rustup target add wasm32-unknown-unknown`). You can build the projekt with ```bash diff --git a/config.json b/config.json new file mode 100644 index 0000000..758ef09 --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "motd": "Hello world!" +} \ No newline at end of file diff --git a/index.html b/index.html index 25f83eb..4f65528 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,8 @@ - - + + Band Sessions + + +