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 install
Start the bundler:
$ npm start
A 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 build
Static assets will be in dist/
.