https://github.com/holodex/app
https://github.com/holodex/app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holodex/app
- Owner: holodex
- License: agpl-3.0
- Created: 2015-01-07T00:26:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T02:00:02.000Z (over 8 years ago)
- Last Synced: 2025-03-09T21:18:58.165Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://holodex.enspiral.com
- Size: 2.06 MB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - holodex/app - (others)
README
# holodex app
_agents and relationships_
see [top-level repo](https://github.com/open-app/holodex) for more info.
## [changelog](./HISTORY.md)
[](https://github.com/feross/standard)
## how to
### install
```bash
mkdir -p ~/repos/holodex
cd ~/repos/holodex
git clone https://github.com/holodex/app
cd app
npm install
```### develop
```
npm run dev
```### start
```
npm run start
```### deploy
```
npm run deploy
```### test
```
npm run test
```## stack
the emerging [`cat-stack`](https://github.com/enspiral-root-systems/cat-stack) version 2:
- [`inu`](https://github.com/ahdinosaur/inu): user interfaces
- [`vas`](https://github.com/ahdinosaur/vas): data services## [license](./LICENSE)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.