My personal site!
Bootstrapped with Next.js, based off the starter project here.
See it running on Github Pages @ ashharrison.com
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