mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-04 14:10:53 +03:00
Document browser support for the website
This commit is contained in:
14
README.md
14
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.
|
||||
|
||||
Reference in New Issue
Block a user