huncwot-stories

Basic Hacker News clone written using Huncwot

Stars
0

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 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
  • ...