A simple clock web app made with node and 5 years of my life
- Clone the git repository
- Locate the repository in a terminal
- Run the command
npm install
- After it's completed, you can tweak the httpsMode variable inside the index.js file to choose weather to use HTTPS or HTTP (HTTPS keys required)
- Once everything is configured and setup to your liking run
npm start
to start the script and launch the website