Skip to content

Latest commit

 

History

History
executable file
·
48 lines (32 loc) · 905 Bytes

README.md

File metadata and controls

executable file
·
48 lines (32 loc) · 905 Bytes

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.