From 835b32eacae2669273b9d1b7799e9e44cdd94527 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 5 Oct 2020 19:35:34 +0200 Subject: [PATCH] Document browser support for the website --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 52add6a..7f65cbd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ REST API and frontend for Godot Engine's [official asset library](https://godote ## Installation Run the following commands to get a running installation of the project: + ````bash composer install bower install @@ -14,3 +15,16 @@ cp src/settings-local-example.php src/settings-local.php ```` Now you should proceed to update `src/settings-local.php` with your DB password and session secret. + +## Browser support + +When working on new features, keep in mind this website only supports +*evergreen browsers*: + +- Chrome (latest version and N-1 version) +- Edge (latest version and N-1 version) +- Firefox (latest version, N-1 version, and latest ESR version) +- Opera (latest version and N-1 version) +- Safari (latest version and N-1 version) + +Internet Explorer isn't supported.