Skip to content

R2Northstar/NorthstarTF

Repository files navigation

NorthstarTF

The NorthstarTF repository holds the code for the northstar.tf website.

Developing

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.