Skip to content
/ shyk Public

shyk - an online exchange platform for Students of SekII from switzerland

License

Notifications You must be signed in to change notification settings

Sprudeel/shyk

Repository files navigation

Start Local Development

Install dependencies

composer install # backend dependencies
npm install # frontend dependencies

Start sail

./vendor/bin/sail up -d

or configure an shell alias

alias sail='./vendor/bin/sail'

# and then run it
sail up -d

Start the frontent

npm run dev

Migrate Database and Seed it

sail artisan migrate:fresh --seed

Now you're up and running!