Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 713 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 713 Bytes

This is a personal website built using:

  • Typescript
  • React
  • NextJs
  • TailwindCSS

The website is published on Github Pages using github actions

Development

Install dependencies

yarn install

Run Development Server

yarn run dev

Export static website

Build application

yarn build

Export static website

yarn export

Notes