Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

shiftdsm/Galavanting-Gnome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galavanting Gnome

This is a monorepo for the Galvanting Gnome IoT project.

It uses Lerna to help manage the codebase. But you shouldn't need it right now to get started.

See the readme in the individual packages for more information.

Getting setup

Install Lerna globally or run yarn then use Lerna with yarn lerna.

You can use yarn lerna bootstrap to quickly install all the dependencies for the server and frontend.

Follow the readme in packages/server for how to setup the database.

Starting

You'll need postgres running. You can start it with postgres -D /usr/local/var/postgres.

With postgres running you can run, you can run yarn lerna run start --stream to start both the server and front end (you can run yarn start in both packages individually if you want).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published