1
Fork 0

Add the readme.

This commit is contained in:
Bauke 2022-09-26 00:57:20 +02:00
parent 4da9622185
commit 50bdc5bfea
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Bauke 🦖 XYZ
> **Bauke's website.**
## Development
Requires working installations of [Rust and Cargo](https://www.rust-lang.org/learn/get-started), [NodeJS](https://nodejs.org) and [pnpm](https://pnpm.io).
* Install the dependencies with `pnpm install`.
* Build the website with `cargo run`.
* Deploy to Netlify with `pnpm deploy`.
* Test the code with `pnpm test`.
## License
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/Bauke/bauke-xyz/src/branch/main/LICENSE) for more information.