Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 612 Bytes

NHD Project 2022

This is my 2022 NHD project's website. This years theme is "frontiers in histroy" and my topic is on asymetrical encryption.

Website structure

I'm using a framework called astro combined with react, typescript, and tailwind css to build this website.

How to run

You can debug this website by using:

yarn dev

The deployment however, will be hosted on NHD website builder.

How to deploy

I have github actions setup to automatically deploy to the NHD website builder. You can see the workflow file here.