The NorthstarTF repository holds the code for the northstar.tf website.
To render the webpage locally you will need to have yarn
installed.
Then run
yarn
once to install the necessary dependencies.
After that
yarn dev
to build the webpage and run a local webserver displaying the changes. It should live update everytime you perform any changes display them.