Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Trojan Source Website

This directory contains a website used to advertise the results of the Trojan Source paper.

A live deployment can be found at trojansource.codes.

Installation

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 start

Acknowledgements

The website is derivative of Paper Kit React with thanks to Creative Tim.