Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.25 KB

CoQonect (WIP)

Get mentored by verified professionals

Technologies Used

  • Next.js
  • TypeScript
  • GraphQL
  • Apollo Client

Prerequisites

The following should be installed in your machine

  • Node v10.13.0

How To Install And Run The Application

  • Clone the local coqonect server from here
  • Install all the dependancies by running the yarn install
  • Start the local server mode by running yarn dev
  • Clone this Repo and cd into it
  • Install all the dependancies by running the yarn install
  • Create a .env file and request for values from ADMIN
  • Start the application on development mode by running yarn dev

How To Contribute

Kindly refer to the guide above to setup, and reachout to admin for further instructions

Issues

Issues are always very welcome. Please be sure to create a constructive issue when neccessary.

Pull requests

We're glad to get pull request if anything is missing or something is buggy. However, there are a couple of things you can do to make life easier for the maintainers:

  • Explain the issue that your PR is solving - or link to an existing issue
  • Follow the repository structure, and new sections in the corresponding folders
  • Ask questions to admin if unclear