voxelize WIP

A well-optimized web-based voxel engine.

Development

Before starting, make sure to install the following:

```bash

clone the repository

git clone https://github.com/shaoruu/voxelize.git cd voxelize

download dependencies

yarn

generate protocol buffers

yarn run proto

start development

yarn run dev

in a separate terminal, start both frontend/backend demo

yarn run demo

```

visit http://localhost:3000

Work in progress, PR Welcomed!!