Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.22 KB

Stessaluna

A social platform for community-driven language learning exercises. 🇳🇱🇮🇹🇺🇸

Screenshot 2024-08-24 at 09 40 32 Screenshot 2024-08-24 at 09 41 53 Screenshot 2024-08-24 at 09 40 28 Screenshot 2024-08-24 at 09 41 29

Installation

PHP 7.3 Composer 1.10.10

The following dependencies are needed otherwise uploaded images won't be optimized.

$ brew install jpegoptim optipng pngquant

Database setup:

$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate

JWT key generation:

https://github.com/lexik/LexikJWTAuthenticationBundle/blob/1.x/Resources/doc/index.md

Development

First run:

$ yarn dev-server
$ symfony server:start

Then open https://localhost:8000

Deploy

$ yarn build
$ gcloud app deploy