Personal website of principal developer Craig Baldwin working at BORN Group Shopify practice (originally We Make Websites).
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.
- Run the below command in the project folder to locally host
php -S 127.0.0.1:8000
- Then open 127.0.0.1:8000 in the browser