1
Fork 0
bauke-xyz/README.md

17 lines
591 B
Markdown
Raw Normal View History

2022-09-25 22:57:20 +00:00
# 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`.
2022-09-26 09:48:08 +00:00
* Deploy to Netlify with `pnpm run deploy`.
2022-09-25 22:57:20 +00:00
* 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.