Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

bcc32/bcc32.com-2018

Repository files navigation

bcc32.com

My personal website.

Records visitors to the site and allows them to post messages.

Running the server

This server is meant to be run behind a reverse proxy like NGINX. If no such reverse proxy is being used, the environment variable NO_PROXY should be set.

Development mode

yarn
npm run dev
# start nginx

Production mode

yarn
NODE_ENV=production npm run build
npm start
# start nginx