Skip to content

Source code for Mitchell Harle's personal website

Notifications You must be signed in to change notification settings

mitch104/mh-wesbite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

mh-wesbite

This repo is the source code for Mitchell Harle's personal website. This has been built with Gridsome and Tailwind CSS.

Development

Change directory:

cd website

Make sure you are using node version 16:

nvm use 16

Install node modules:

npm i

If you haven't done so before install the gridsome CLI:

npm install -g @gridsome/cli

To serve in development mode:

gridsome develop

Deployment

The site is served on GitHub pages, https://mitch104.github.io, but redirects to https://mitchell-harle.dev.

To test a build before deploying cd into website and run:

npm run build

This will generate the static files in website/dist.

To deploy run the following command:

npm run deploy

About

Source code for Mitchell Harle's personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published