Skip to content

hypzeh/hypzeh.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nick Smirnoff

Personal website.

Nick Smirnoff

Getting Started

Prerequisites

Resources

Usage

Node

This project uses webpack-dev-server, which requires a trusted certificate to run with HTTPS. Take a look at scripts/create-https-certificate.sh to get your environment HTTPS ready quickly, additionally/alternatively read through the Configuration - HTTPS documentation to configure manually.

NOTE: Please inspect any script prior to running to ensure safety. We already know ours is safe, but you should verify the security and contents of any script from the internet you are not familiar with.

Run the following commands from the src/Hypzeh.Web directory, to start application:

npm install
npm run start

Acknowledgments