jcristol / rate-calc-service

Home Page:rate-calc-service.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless function written in Typescript calculates payout data for hourly workers.

Setup Local Environment

To develop the project you will need these tools.

Node 14+

Highly recommend installing Node 14 with a package manager. Ex: for OSX

brew install node

alternatively you can install Node 14 following the install steps on the nodejs website

Yarn

install yarn after node is installed

npm install --global yarn

Run Locally

Install Dependencies

yarn install

Run

yarn dev

About

rate-calc-service.vercel.app


Languages

Language:TypeScript 75.9%Language:HTML 15.7%Language:CSS 5.4%Language:JavaScript 3.0%