Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 639 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 639 Bytes

Website

Here you can visit my website and know me better!

How to run the app

The repo is public so feel free to check the code.

Before running the app, make sure you are using Node version >=20.x.

On your terminal, run:

yarn install

Then:

yarn dev

Finally, the app should be running at:

http://localhost:3000

Technologies

This website was built on top of Next.js, React, TypeScript and Tailwind.