Browse programming tutorials and articles written by Rakesh Potnuru.
View Example
·
Report Bug
·
Request Feature
Table of Contents
Follow this guide to set up your own instance of this blog.
- BeyondWords - Audio
- Coil - Web monetization
- Google Analytics
- Google AdSense
- Giscus - A comments system powered by GitHub Discussions.
- Netlify
Setup project locally for development.
Note [Important] These instructions are for development purposes only. Follow this guide to set up your own instance of this blog.
-
Create or sign in to your GraphCMS account.
-
Click the button below to clone the GraphCMS project.
-
Create or sign in to your Cloudinary account.
-
Follow this guide to install Cloudinary UI extension in GraphCMS.
- npm
npm install npm@latest -g
- Create
.env.local
file at the root level of the project and copy env variables from.env.example
file. You need to fill atleast these three variables for development purpose.NEXT_PUBLIC_GRAPHCMS_CONTENT_API_URL= NEXT_PUBLIC_GRAPHCMS_AUTH_TOKEN= NEXT_PUBLIC_CLOUDINARY_CLOUDNAME=
- Fork the repo
- Clone the repo
git clone https://github.com/[YOUR_USERNAME]/[YOUR_FORKED_PROJECT_NAME].git
- Install the dependencies
yarn
- Start the development server
yarn dev
- Your project will be running at http://localhost:3000
Not open for code contributions yet.
Distributed under the MIT License. See LICENSE.txt
for more information.
Twitter - @rakesh_at_tweet
Project Link: https://github.com/RakeshPotnuru/Blog