Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 779 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 779 Bytes

What is it?

A platform where you can share posts about Design and Software. You can get feedback on the posts you make.

Important

If you have your own frontend design, you can look at the gql file and prepare mock data accordingly.
If there is a wrong place or a feature you want to be added, please open an issue and specify it.

Todo List

  • like and dislike for comments
  • images will be uploaded for posts
  • search posts by new, top, newest top, newest top, category
  • vote for the pictures in the post
  • saving posts
  • report a post

Setup

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod