Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 617 Bytes

Wehn.io Site

This repository contains the code for my personal site, built using Phenomic. Note that the markdown files for the posts and other content are not included in this repository. Those files are stored separately, but loaded into the content folder on build.

The package.json folder contains all the configurations for the site, including email/linkedin links and build targets.

Install dependencies

npm install

Run development server

npm start

Build for production

npm run build

Deploy to AWS

npm run deploy