/gabiseabra

The source code for my site, https://gabiseabra.dev. It’s started as a playground for trying React in Purescript, interoperability between a couple of languages in the JS ecosystem and playing with SVG animations, and it’s evolved into this. Also see gabiseabra/three-playground for the 3D scene that became this site’s background.

Primary LanguageJavaScript

Setup

  1. Install dependencies with yarn.
  2. Copy .env.example to .env and fill in the blanks.
  3. Build the project with yarn build and serve the public directory with yarn start.

That's it.

Developing

Run both yarn start to serve the public directory and yarn build --watch to rebuild the js bundle when the source changes.