This directory contains a website used to advertise the results of the Trojan Source paper.
A live deployment can be found at trojansource.codes.
The website was built targeting Node.js v15.14.0, and you may need to swtich node versions for the website to compile correctly.
With the proper version of node loaded, you need only run:
cd website
npm install .
npm startThe website is derivative of Paper Kit React with thanks to Creative Tim.