Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 684 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 684 Bytes

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