Skip to content

alfonsfoubert/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Alfons Foubert's portfolio

Installation

Installation is a 3 step process:

  1. Download the code
  2. Download the libraries
  3. Set up your parameters

Step 1: Download the code

git clone https://github.com/D3r3ck/portfolio.git

Step 2: Download the libraries

npm install

Step 3: Set up your parameters

cp app/config/parameters.ini.dist app/config/parameters.ini
vi app/config/parameters.ini

And configure your parameters

Now you can start the project just writing

node app/app.js

And you are done!

Try it out at http://localhost:3000

Extra

In order to get this project working properly, you must have nodejs and npm installed. You can find how to install here.