Skip to content

screeninvader/metapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metapp

the metapp is an interface to the interfaces in the metalab.

this is the repository used to build the metapp.

#fastest way to get the environment running:
git clone https://github.com/screeninvader/metapp
cd metapp
./bin/install
./bin/build
./bin/server
xdg-open http://localhost:1337/
#clone git repository
git clone https://github.com/screninvader/metapp 
cd metapp
#INSTALL: used once before building for the very first time
#google font and npm install
./bin/install
#BUILD: adds local changes to dist directory
#creates dist/
./bin/build
#SERVER
#run the compiled version of the app from dist/index.html
#and serve all static files in that directory
bin/server

About

small app to control the various metalab interfaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published