Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤌
- Host: GitHub
- URL: https://github.com/elcharitas/elcharitas.wtf
- Owner: elcharitas
- License: mit
- Created: 2023-08-28T18:44:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T20:01:36.000Z (3 months ago)
- Last Synced: 2024-10-11T12:51:24.097Z (3 months ago)
- Topics: blog, nextjs, portfolio, tailwindcss
- Language: TypeScript
- Homepage: https://elcharitas.wtf
- Size: 4.87 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.