Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sim31/frapps


https://github.com/sim31/frapps

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Frapps
[Fractal](https://optimystics.io/blog/fractalhistory) applications.

* [Concepts](./concepts/) - fractal concepts in [natural language](https://en.wikipedia.org/wiki/Natural_language);
* [Implementation](./impl/) - fractal application software;

## ORDAO
Initialize:
```
cd impl/ordao/sys/dev/ && npm run setup && npm run build
```

Tests (might take a couple of minutes):
```
cd impl/ordao/sys/dev/ && npm run test
```

Run everything locally (dev servers):
```
cd impl/ordao/sys/dev/ && npm run dev
```