Skip to content

Retro Computer Personal Website with very simple UNIX shell implementation, files system implementation, markdown interrupteur and renderer and text layout engine.

License

Notifications You must be signed in to change notification settings

samuel-olavo/website

 
 

Repository files navigation

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

About

Retro Computer Personal Website with very simple UNIX shell implementation, files system implementation, markdown interrupteur and renderer and text layout engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.4%
  • HTML 26.2%
  • CSS 9.6%
  • GLSL 1.6%
  • JavaScript 0.2%