https://github.com/matfish2/uniled-part2
https://github.com/matfish2/uniled-part2
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matfish2/uniled-part2
- Owner: matfish2
- Created: 2019-02-13T13:32:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T13:33:36.000Z (over 7 years ago)
- Last Synced: 2025-04-13T02:32:53.506Z (about 1 year ago)
- Language: PHP
- Size: 433 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```
git clone https://github.com/matfish2/uniled-part2.git
cd uniled-part2
```
In your `.env` file set database and mail credentials (or set `MAIL_DRIVER=log`)
Install laravel and migrate the database:
```
composer install
php artisan migrate
```
Compile Sass files:
```
npm install
npm run dev
```