Skip to content

devcer/devcer.github.io

Repository files navigation

devcer.github.io

Personal site of Santosh Viswanatham

Can be found at https://devcer.github.io/

Note: Use node v14

How To Run

* install pnpm

curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm

* install dependency

pnpm install

* start app using pnpm

pnpm start

* build app

pnpm build