Skip to content

umcconnell/umcconnell.github.io

Repository files navigation

umcconnell.github.io

Lint Github Pages

Just my personal blog.

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need node with npm installed on your machine. Visit https://nodejs.org to install node with npm.

Initial setup

A step by step series of examples that tell you how to get a development version of the site running

Clone the git repository

git clone https://github.com/umcconnell/umcconnell.github.io.git
cd umcconnell.github.io/

Then, install all the required dependencies:

npm install

Finally, start the 11ty dev server:

npm run dev

The pages will be automatically reloaded in your browser when you save the corresponding file.

Happy coding!

Contributing

Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Ulysse McConnell - umcconnell

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments