Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 301 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 301 Bytes

#Local development setup

backend: fill in relevant envs for your database in ./backend/env (check env.example for an example)

install deps: cd backend, composer install``npm install,

start: php artisan serve

frontend:

install deps cd frontend, npm install

start: npm start