Skip to content

Commit

Permalink
Add instructions for building webpage locally (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Jul 26, 2024
1 parent 68b2424 commit 0488d9c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# NorthstarTF

The NorthstarTF repository holds the code for the [northstar.tf](https://northstar.tf) website.

## Developing

To render the webpage locally you will need to have [`yarn`](https://yarnpkg.com/) installed.

Then run

```sh
yarn
```

once to install the necessary dependencies.

After that

```sh
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.

0 comments on commit 0488d9c

Please sign in to comment.