Skip to content

BlobEmoji/blobs.gg

Repository files navigation

blobs.gg

The blobs.gg website.

Getting Started

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

Developing

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.

Building

Build the website:

$ npm run build

Static assets will be in dist/.