Skip to content
cilyia created page: home authored by cilia's avatar cilia
## Setting Up Dev Env
1. Clone repo
2. Copy `.env.example` to .env and set up configuration
- **@todo**: add comments for important variables as to better know what's needed
3. Generate app key with `php artisan key:generate` as it is not shared at the moment
4. Install migration table with `php artisan migrate:install`
5. Migrate and seed with `php artisan migrate`
- **@todo**: fix seeders