Skip to content

Jungle-Works/AllSpark-Companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A companion repository for AllSpark. This holds an empty framework exactly the same as the core repo. This can be used as a sketchpad to write APIs and front end pages that are needed by client implementations but are not supposed to be sent upstream.

Start Server

Unix

NODE_ENV='demo' pm2 start bin/www --name demo

Windows

$env:NODE_ENV="env"
pm2 start bin/www --name env

Local Development

NODE_ENV="env" npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors