Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
/ Website Public archive

My own website which I personally use

Notifications You must be signed in to change notification settings

TheJeterLP/Website

Repository files navigation

NodeJS-Website Node.js CI

First Installation

NPM, NodeJS and PM2 need to be installed. On First startup, run
npm install
npm run css-build
to install all the neccessary dependencies.

Development

simply run npm run dev to start server and it will automatically restart once you make changes.

Production

Then to start the webserver just run the start.sh, to stop just run the stop.sh
Also you should setup an Apache2 Webserver and Proxy the NodeJS Server to that.

External Documentation

Pug documentation
NodeJS documentation
Express.JS documentation
Bulma Documentation