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

Latest commit

 

History

History
48 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.38 KB

Mixnjuice - Website

This code generates a static website that serves as the main landing page for the project from the Internet. Its job is to inform, document, and guide users looking to use or contribute to the project.

Usage

On first install or when dependencies change in package.json, run

npm install

To start a local development server on port 8000, run

npm start

To create a production build in the public/ directory, run

npm run build

Docker

You need to execute npm run build once before running the compose script.

./init-docker.sh
docker-compose up -d

The site should now be available at http://localhost and https://localhost.

TLS

TLS is available with automatic Let's Encrypt certificate request and renewal. Change VIRTUAL_HOST=localhost in .env, replacing localhost with your FQDN.

Libraries