Personal portfolio repo with creative coding experiments. For more cool experiments, visit maanraket.nl!
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