CallumHoughton18 / Personal-Site

Personal website, containing a short portfolio and a markdown blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A personal site, built using TypeScript, Gatsby, and Tailwind CSS. Initially started via the gatsby-starter-ts.

  • ESLint — Pluggable JavaScript linter
  • Prettier - Opinionated Code Formatter
  • Husky — Use git hooks with ease
  • Commitizen - Conventional commit messages CLI
  • Commitlint - Lint commit messages
  • lint-staged - Run linters against staged git files
  • Root import - Import folders and files using the @ prefix.

Getting started

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn start;

To view the project you can open http://localhost:8000.

License

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


About

Personal website, containing a short portfolio and a markdown blog

License:MIT License


Languages

Language:TypeScript 94.7%Language:JavaScript 3.6%Language:SCSS 1.7%