Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sim31/frapps
https://github.com/sim31/frapps
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sim31/frapps
- Owner: sim31
- License: gpl-3.0
- Created: 2024-05-04T04:16:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:56:54.000Z (about 2 months ago)
- Last Synced: 2024-11-20T14:39:27.187Z (about 2 months ago)
- Language: TypeScript
- Size: 6.95 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```