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 @@ -
- + +