CircleCI Maintainability Test Coverage Reviewed by Hound Reviewed by Hound

Authors Haven - A Social platform for the creative at heart.

Vision

Create a community of like minded authors to foster inspiration and innovation by leveraging the modern web.


Link to the app

Click here to go to the app.

Getting Started

Prerequisites

The following should be installed in your machine:

This repository contains only the frontend implementation of the Author's Haven project. You can click here to check the backend implementation.

Installing

Start by cloning the repository to your local machine

git clone https://github.com/andela/ah-92explorers-frontend.git

cd ah-92explorers-frontend

Next install the package dependencies by running

npm install

After that start or build the application by running

  npm start # For a production
  npm run start:dev # For local development

Running the tests

npm test