/glix-proxy

By ihack2712. I'm just keeping this project going on github

Primary LanguageTypeScript

Glix

Skip to Local Development.

Local Development

Download

git clone git@ihacks.dev:ihack2712/glix-open-source && cd glix

Node modules

Use Yarn!

yarn install

Starting a development server.

This requires two different shells, or two different terminals or tabs.

Shell 1.

yarn source:compile:watch

Shell 2.

export MONGO=mongodb://127.0.0.1:27017; export CADDY=http://127.0.0.1:2019; yarn build:start:watch