Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 619 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 619 Bytes

hat.fo-next

This is the repository that contains the source code for what's currently hosted on hat.fo.

This website is an evolution on top of my previous work (see: ud2.sh), including some neat features like an integrated Linux emulator, allowing you to play shareware Doom via my website.

Building

Any changes made to the master branch are automatically deployed by Vercel.

Development

Run npm run dev to test changes on a local dev server, or alternatively run npm run build && npm run start to build & run a production version of the website.