Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 465 Bytes

README.MD

File metadata and controls

23 lines (15 loc) · 465 Bytes

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.