Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 760 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 760 Bytes

Homepage 🏠

Code for my personal homepage @ sebastian.wiendlocha.org. Website currently contains a CV page and a fully-featured semi-modular WebAudio-based Synthesizer.

Build with React, Vite, ToneJS, WebAssembly and Typescript ❤️

Roadmap:

  • fix some cross-browser-related bugs
  • refactor old hacky code
  • ditch Material UI for React in favor of good old SCSS or Tailwind maybe
  • ditch React for SolidJS

Setup locally

deps

Run:

yarn start

Build:

build static site for node and python webapp2 (Google App Engine) environment:

yarn build