Install yarn. Then run:
yarn
This will download all the project dependencies.
Run the following command in a terminal:
yarn start
Then visit http://localhost:1234 to view the development website.
yarn build
Now the dist
folder contains the built website.