Alfons Foubert's portfolio
Installation is a 3 step process:
- Download the code
- Download the libraries
- Set up your parameters
git clone https://github.com/D3r3ck/portfolio.git
npm install
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
In order to get this project working properly, you must have nodejs and npm installed. You can find how to install here.