Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

vostpt/website-vostpt

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published