Skip to content

txreplay/portfolio

Repository files navigation

Portfolio | Personal website

My personnal website (txreplay.fr). With an admin where all data is updatable.

StackShare

Installation

Step 1: Download the project

git clone git@github.com:TxReplay/portfolio.git && cd portfolio

Step 2: Install bundles using composer

composer install

Step3: Install assets using Bower

bower install

Step 4: Create and update the database

bin/console doctrine:database:create
bin/console doctrine:schema:update --force

Releases

No releases published

Packages

No packages published