Skip to content

mvienna/prezio

Repository files navigation

Prezio Logo

About project

An online platform that helps to create interactive presentations using the mechanics of mobile engagement and audience activation

Stack:


Setting up

‼️ Don't forget to setup .env for your development environment

git clone [email protected]:mvienna/prezio.git prezio
cd prezio

Backend

PHP 8.2

cp .env.example .env
ln .env ./frontend/.env

composer install

php artisan key:gen

# or use [laravel valet (for macos)](https://laravel.com/docs/10.x/valet)
- php artisan serve

# manually run these commands
- php artisan websockets:serve
- php artisan schedule:word
- php artisan queue:work

Frontend

Node v18

npm i -g @quasar/cli

cd frontend/

npm install

# serve
quasar dev

# build
quasar build