Skip to content

DivideE-ConqueR/confessions-client

Repository files navigation

Confessions

CI CodeQL

Requirements

  • Git

  • Nodejs v14+

  • Visual Studio Code

  • Chrome

Prerequisite

Everyone should have yarn installed globally. To install yarn, run -

npm i -g yarn

Everyone should also have Prettier extension installed in VS Code

To Run Locally

  • Clone this repo

  • cd into the project folder

  • Install dependencies

    yarn install
  • To start dev server, run

    yarn dev