Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devbeno/event-calendar


https://github.com/devbeno/event-calendar

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Before start remember to fill cp .env.example .env

## Setup instructions

```
composer install
```

```
yarn install
```

```
php artisan migrate
```

```
yarn run watch && php artisan serve
```

## Min. requirements

```
php: ^7.3|^8.0
```