Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 572 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 572 Bytes

resas-api-proxy

A simple proxy server for RESAS-API deploying on Vercel

Project Setup

yarn install
yarn vercel deploy
yarn vercel env add RESAS_API_KEY # enter your API Key and select neccessary environment
yarn git connect # if you fork this repo

Development

yarn vercel dev

Deploy to vercel

yarn vercel deploy

Lint with ESLint

yarn lint:fix

Format with Prettier

yarn format:fix