joaoleveiga / website-vostpt

This is the repository for the new website files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOST Portugal Website

Project setup

Install dependencies:

composer install

Copy the .env file:

cp .env.example .env

Generate an encryption key:

php artisan key:generate

create symbolic link to storage folder

php artisan storage:link

⚠️ here you should download all assests into the storage folder

install npm packages

npm install && npm run dev

Database

Execute the migration and seeders:

php artisan migrate:refresh --seed

Contributing

Contributions are always welcome, but before anything else, make sure you get acquainted with the CONTRIBUTING guide.

Credits

License

This project is open source software licensed under the MIT LICENSE.

About

This is the repository for the new website files

License:MIT License


Languages

Language:PHP 86.8%Language:HTML 13.2%