blackbirdchess-website-wip/README.md

27 lines
998 B
Markdown
Raw Permalink Normal View History

2023-01-06 10:50:58 +01:00
# Blackbird Chess (WIP Website)
## Part of Blackbird Chess
2023-01-12 21:03:28 +01:00
Copyright (C) 2023- Blackbird Chess Contributors
2023-01-05 13:59:59 +01:00
2023-01-06 10:50:58 +01:00
This is the Work-In-Progress website. It is built using [Svelte](https://svelte.dev/) and [SvelteKit](https://kit.svelte.dev/)
2023-01-05 13:59:59 +01:00
2023-01-06 10:50:58 +01:00
It is also being used a internal playground for Svelte.
2023-01-05 13:59:59 +01:00
2023-01-06 10:50:58 +01:00
## Licence
2023-01-05 13:59:59 +01:00
```
2023-01-12 21:03:28 +01:00
Copyright (C) 2023- Blackbird Chess Contributors
2023-01-05 13:59:59 +01:00
2023-01-06 10:50:58 +01:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
2023-01-05 13:59:59 +01:00
2023-01-06 10:50:58 +01:00
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
2023-01-05 13:59:59 +01:00
2023-01-06 10:50:58 +01:00
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
2023-01-12 21:03:28 +01:00
```