Skip to content

Commit

Permalink
#174 scaffold for split
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Feb 11, 2020
1 parent 0cfe104 commit 2eb571c
Show file tree
Hide file tree
Showing 486 changed files with 47,080 additions and 85,400 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ node/
*~
.imdone/
/.externalToolBuilders/

#WormSim specific stuff
*.css-e
*.less-e
Expand All @@ -32,3 +32,4 @@ org.geppetto.simulation/

# redis cache files
*.rdb
build
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2011, 2019 Geppetto authors
Copyright © 2011, 2017 Geppetto authors
http://geppetto.org

All rights reserved. This program and the accompanying materials
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[![Build Status](https://travis-ci.org/openworm/org.geppetto.frontend.png?branch=master)](https://travis-ci.org/openworm/org.geppetto.frontend)
[![Build Status](https://travis-ci.org/openworm/geppetto-application.png?branch=development)](https://travis-ci.org/openworm/geppetto-application)

<p align="center">
<img src="https://github.com/tarelli/bucket/blob/master/geppetto%20logo.png?raw=true" alt="Geppetto logo"/>
</p>

# Geppetto Client
# Geppetto Sample Lean Application

This is the client library of Geppetto which includes all the frontend components and widgets, the WebSocket API implementation to talk to the backend and all the infrastructure to manage the Geppetto Model in Javascript.
This repository contains a sample application built using Geppetto. If you want to create a new Geppetto application this is your template and starting point, for documentation see [here](http://docs.geppetto.org/en/latest/build.html).

For information about how this fits into [Geppetto](http://www.geppetto.org/) refer to the umbrella project [org.geppetto](https://github.com/openworm/org.geppetto) on GitHub.
55 changes: 0 additions & 55 deletions __tests__/Messages.test.js

This file was deleted.

127 changes: 0 additions & 127 deletions __tests__/ModelFactory.test.js

This file was deleted.

123 changes: 0 additions & 123 deletions __tests__/ModelFactory.test.regression.js

This file was deleted.

Loading

0 comments on commit 2eb571c

Please sign in to comment.