Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 475 Bytes

Personal portfolio repo with creative coding experiments. For more cool experiments, visit maanraket.nl!

instructions:

After you installed yarn, run this command to install dependencies:

yarn

To run locally (at localhost:1234) use:

yarn dev

To build a new version, use:

yarn build

To preview the new version, use:

yarn preview

To deploy a new version, push the new version to the deploy-actions branch