/interwebz

personal site made with next.js and tailwind

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Deploy with Vercel

interwebz

My personal website which started off from html and css and now with Next.js, Javascript, and TailwindCSS is a personal parking spot for all of my projects to showcase, statistics, and ways to reach me.

Lighthouse Score

Running Locally

$ git clone https://github.com/synthicy/interwebz.git
$ cd interwebz
$ yarn
$ yarn dev
Rename .env.example to .env.local and populate the fields.

Built Using

Credits

Huge thanks to Lee Robinson for providing amazing and free of cost courses to teach people like me React and Next.js. The general design of the website is inspired from him and the next.config.js file is a modified version of his repo.