Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elcharitas/elcharitas.wtf

A rewrite of my blog and portfolio in one single place 😅. Powered by NextJS, TailwindCSS, GraphQL (Hashnode API) and Github 🤌
https://github.com/elcharitas/elcharitas.wtf

blog nextjs portfolio tailwindcss

Last synced: 2 months ago
JSON representation

A rewrite of my blog and portfolio in one single place 😅. Powered by NextJS, TailwindCSS, GraphQL (Hashnode API) and Github 🤌

Awesome Lists containing this project

README

        


elcharitas.wtf



My personal website, built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/) and deployed to [Vercel](https://vercel.com/).

## Running Locally

```sh-session
git clone https://github.com/elcharitas/elcharitas.wtf.git
cd elcharitas.wtf
```

Create a `.env` file similar to [`.env.example`](https://github.com/elcharitas/elcharitas.wtf/blob/main/.env.example).

Then install dependencies and run the development server:

```sh-session
yarn
yarn dev
```

## Cloning / Forking

Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.