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

https://github.com/zaiste/huncwot-stories

Basic Hacker News clone written using Huncwot
https://github.com/zaiste/huncwot-stories

example framework huncwot markojs reactjs redux spa

Last synced: 25 days ago
JSON representation

Basic Hacker News clone written using Huncwot

Awesome Lists containing this project

README

        

# huncwot-stories

## Getting Started

### Clone the repository

```
git clone https://github.com/zaiste/huncwot-stories.git
```

### Prepare the DB

### Install dependencies

```
yarn
```

### Start the application with

```
huncwot server
```

and go to [localhost:544](http://localhost:5544) to see the application running

## Going further

This README should describe whatever steps are necessary to get the
application up and running. Things you may want to cover:

* Node version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...