joshuadsouza/portfolio-website
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This code is for the personal portfolio site of Joshua D'Souza. In order to get the website running you must follow the steps below: 1. Clone the repository 2. sudo apt install curl 3. curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - 4. sudo apt-get install nodejs 5. cd into the folder 6. npm init 7. npm install express --save-dev 8. sudo npm install pm2 -g 9. pm2 start server.js 10. pm2 save 11. pm2 startup