Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 858 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 858 Bytes

personal-website-v2

This project was bootstrapped with Create React App.

The original Create React App readme is here.

Prerequisites

Setup

git clone https://github.com/timothy-b/personal-website-v2.git
npm install
npm start

Deployment

On build server:

npm run build
scp -r -P <PORT_NUMBER> build username@example.com:/home/user/public_html/personal-website-v2

scp -r -P <PORT_NUMBER> scripts/*.sh username@example.com:/home/user/public_html/personal-website-v2

On deployment server:

chmod +x run.sh stop.sh
./run.sh