My personal portfolio.
This website is build using Next.js (React Framework), Chakra UI (Component Library) and Airtable / Notion as backend.
To get this website running locally, type this into your terminal:
$ git clone https://github.com/AresTao/portfolio
$ cd portfolio
$ yarn
$ yarn dev
Make sure to add environmental variables, if you want to play around with the Airtable . To do so, You can create a .env.local
file similar to .env.example
.
Fork from https://github.com/wirtzdan/website