Skip to content

timothy-b/personal-website-v2

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages