Skip to content

alvinvoo/smults

Repository files navigation

Smults or (a.k.a Steem MULti Tags Search)

steemit.com allows searches by using only ONE tag while busy.org searches by single user's name. This is inconvenient for those who need to look for more specific posts. Smults allows for multiple tags search, the ability to mark first tag as category, and the ability to filter by author.

Introduction

Click image to view youtube video
Smults Intro video

Getting Started

For development:

> git clone https://github.com/Alvin-Voo/smults.git
> yarn
> yarn run dev or yarn run next

For production:

> yarn run next_build
> yarn run next_start or yarn start

For testing:

> yarn test (for overall testing) 
> yarn test --verbose --coverage (to print out each test cases and coverage report)

RoadMap

  1. Route as the source of truth?