Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 658 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 658 Bytes

Retro Computer Personal Website

https://edh.dev/ (formerly edwardh.io)

This was a project I built for fun over one of my uni breaks, built in TypeScript and THREE.js, it contains a number of nifty features such as:

  • 3D retro computer that you can interact with
  • very simple UNIX shell implementation
  • files system implementation
  • markdown interpreter and renderer
  • text layout engine

Image of website

Build Instructions

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:1234
npm run dev

# Build for production in the dist/ directory
npm run build