Skip to content

rajdeep-ghosh/confessions-server

 
 

Repository files navigation

Confessions Server

CI CodeQL

Requirements

  • Git

  • Nodejs v14+

  • Visual Studio Code

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 server, run

    yarn dev

Languages

  • JavaScript 98.9%
  • Shell 1.1%