Skip to content

kilpatty/SeanKilgarriff.com

Repository files navigation

Sean Kilgarriff's Website

Hey everyone, welcome to the code of my website. Everything that exists on my site can be found here.

##Development/Contributing

Everyone has typos. If you spot something on my site that you think should be fixed, open a pull request! I would greatly appreciate it.

To run this site in development mode simply run:

yarn start

or for those of you still using npm

npm start

Then access http://localhost:8080 on a browser!

###Linting

This website uses Eslint for Javascript and Stylelint for css. The configuration for both of those can be found in the package.json.

If you make a contribution to this project, I would greatly appreciate it if it passed the linters!

To run the linters:

yarn lint

##Demos

Whenever I develop some new code, I usually put a demo on my website for users (or myself) to test out. Here are the current demos available now:

##Contact

If you would like to contact me, see my Contact Page for my most up to date contact information.

Copyright & License

Copyright (c) 2010-2016 Sean Kilgarriff - Released under the MIT license.