Source for my website, built in node/express with pug templating.
Navigate to the root directory and run npm start
to start the server.
You can set the following environment variables to set the port and the hostname:
HOST
- The host the server will listen on. Defaults tolocalhost
.PORT
- The port the server will listen on. Defaults to8000
.
© William278, 2022. All rights reserved.