Clone this repository to setup your own portfolio
First install the network-portfolio repo.
git clone [email protected]:network-portfolio/sample-portfolio.git
cd sample-portfolio
composer install
cp .env.example .env
php artisan key:generate
yarn
yarn dev && yarn watch
# next you will need to register a user at network-portfolio.test
# put your user_id in the env file
# or for testing there currently are three seeded users (id = 1,2,3)