Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbeno/event-calendar
https://github.com/devbeno/event-calendar
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbeno/event-calendar
- Owner: devbeno
- Created: 2024-03-23T17:05:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-23T17:07:53.000Z (10 months ago)
- Last Synced: 2024-05-10T23:09:53.870Z (8 months ago)
- Language: Vue
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```