The blobs.gg website.
We use Parcel to bundle application assets like stylesheets, images, and scripts.
Make sure you have Node.js and npm installed before proceeding.
Install dependencies:
$ npm installStart the bundler:
$ npm startA local HTTP server will start at http://localhost:1234. It will automatically build the website and reload the page upon any changes.
Build the website:
$ npm run buildStatic assets will be in dist/.