Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 581 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 581 Bytes

My personal site!

Bootstrapped with Next.js, based off the starter project here.

See it running on Github Pages @ ashharrison.com

Getting Started

Clone the repo:

git clone https://github.com/ashharrison90/ashharrison90.github.io.git

Install:

npm install

To run the development server on http://localhost:3000:

npm start

To statically build the site:

npm run build

To run the unit tests:

npm test