Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratikkalein/pratikkale.in
My personal blog and portfolio
https://github.com/pratikkalein/pratikkale.in
graphql headless-hashnode nextjs
Last synced: 2 days ago
JSON representation
My personal blog and portfolio
- Host: GitHub
- URL: https://github.com/pratikkalein/pratikkale.in
- Owner: pratikkalein
- License: mit
- Created: 2024-03-02T10:17:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T19:50:04.000Z (8 months ago)
- Last Synced: 2024-03-05T12:27:17.845Z (8 months ago)
- Topics: graphql, headless-hashnode, nextjs
- Language: TypeScript
- Homepage: https://pratikkale.in
- Size: 527 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
pratikkale.in
![Hero](public/hero.png)
My personal portfolio and blog
View Demo »
## Built With
![Next.js](https://img.shields.io/badge/nextjs-000000?style=for-the-badge&logo=nextdotjs)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-000000?style=for-the-badge&logo=tailwindcss)
![TypeScript](https://img.shields.io/badge/typescript-000000?style=for-the-badge&logo=typescript)
![Vercel](https://img.shields.io/badge/vercel-000000?style=for-the-badge&logo=vercel)
![graphql](https://img.shields.io/badge/graphql-000000?style=for-the-badge&logo=graphql)
![hashnode](https://img.shields.io/badge/hashnode-000000?style=for-the-badge&logo=hashnode)
![hasnnode-next](https://img.shields.io/badge/hashnode_next-000000?style=for-the-badge&logo=vercel)## Getting Started
```console
git clone https://github.com/pratikkalein/pratikkale.in.git
cd pratikkale.in
```To set the correct version of PNPM, run nvm use from the root. There is a .nvmrc file that controls the correct node version.
```console
pnpm install
npm run dev
```## Environment Variables
[.env.example](.env.example) contains all the environment variables you need to run a copy of hashnode-next for your headless blog. You can simply copy this file and rename it to `.env.local` to get started.
## License
Distributed under the MIT License. See the [license](LICENSE.md) for more information.
Built using [hashnode-next.](https://hashnode-next.vercel.app/)