add README
This commit is contained in:
parent
4a9b489882
commit
7e17cb5949
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
How to setup project:
|
||||||
|
|
||||||
|
- Add database credentials in `.env.local`
|
||||||
|
- Check requirements: `symfony check:requirements`
|
||||||
|
- Install dependencies: `composer install`
|
||||||
|
- Create DB: `php bin/console doctrine:database:create`
|
||||||
|
- Create tables (?): `php bin/console doctrine:migrations:migrate`
|
||||||
Loading…
Reference in New Issue
Block a user