Skip to content

tjmaynes/tjmaynes.com

Repository files navigation

tjmaynes.com

a small website on the internet.

Requirements

Usage

To install project dependencies, run the following command:

make install

To build the website as an artifact for deployment, run the following command:

make artifact

To develop the website locally, run the following command:

make dev

To run the linter, run the following command:

make lint

To optimize images, run the following command:

make optimize_images