A portfolio website that emulates Windows 10. This website can be easily configured to work for anybody, even for those with little to node coding experience.
- node.js >= 11.2.0
- npm >= 5.6.0
- angular ^5.0.0
- express ^4.16.4
Follow this wiki page if you would like to develop and configure a portfolio for personal use. The wiki also includes instructions for setting up free, Heroku hosting.
Must have node.js and npm with the versions stated above. Must also have [email protected] installed globally. NOTE: This is not how you should deploy the project if you want to develop it and make changes.
- Clone the repository and cd into its root directory
npm install
npm run build
node ./backend.js
- Access portfolio at
localhost:8080
orlocalhost:{{PORT}}
if the environment variable PORT is defined
Submit a ticket in the issue tracker or shoot me an e-mail at [email protected]