Skip to content

craigsbaldwin/craigbaldwin.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craig Baldwin [dot] com 13

Personal website of principal developer Craig Baldwin working at BORN Group Shopify practice (originally We Make Websites).

Tech stack

This site has been built from scratch with no build tool, I intentionally sought a minimal development experience using browser-native features. It has been developed using PHP, CSS, and web components.

The font used is Inconsolata. The source code can be viewed on GitHub.

Development

  1. Run the below command in the project folder to locally host
php -S 127.0.0.1:8000
  1. Then open 127.0.0.1:8000 in the browser