Skip to content

unspentspace/unspent.space

Repository files navigation

Web frontend for https://unspent.space

Developing

First you must have the yarn package manager installed.

Then install gatsby-cli with

yarn global add gatsby-cli

Clone the repository

git clone [email protected]:unspentspace/unspent.space.git
cd unspent.space/

Now in the project directory run

yarn start

You should now be able to view the site locally at localhost:8000