My personal site dedicated to my development projects and writing.
- Clone the repository
- From the repository root install the app dependencies using npm.
npm install
- Run the app / file watcher
npm start
- Open browser to http://localhost:8000 to view the application. Use http://localhost:8000/__graphql to access GraphiQL
Commits to master automatically fire off a github action to build and commit to the gh-pages branch which updates the production site.