Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 959 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 959 Bytes


Ash's Website

All my work available for consumption.

ash.bhimasani.com

Highlighted Pages

ash.bhimasani.com/bitpay/extension
ash.bhimasani.com/bitpay/invoice

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Deploy

Edit deploy script in package.json with your project URL + branch name:

Then run:

npm run deploy
# or
yarn deploy

A subtree branch with just the /out contents will be pushed up and you can change the settings of your repo to deploy from this branch