Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holodex/holodex.enspiral.com
https://github.com/holodex/holodex.enspiral.com
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/holodex/holodex.enspiral.com
- Owner: holodex
- License: odbl-1.0
- Created: 2015-08-04T02:52:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T12:25:54.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:34:53.728Z (3 months ago)
- Language: JavaScript
- Homepage: http://holodex.enspiral.com
- Size: 451 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - holodex/holodex.enspiral.com - (others)
README
# holodex.enspiral.com
instance of [Holodex](https://github.com/open-app/holodex) for [Enspiral](http://enspiral.com).
## how to
### install
```bash
git clone https://github.com/holodex/holodex.enspiral.com
cd holodex.enspiral.com
npm install
```### run
```bash
npm start
```### deploy
```bash
npm run add-remote
npm run deploy
```