myusf01 / blog

My personal blog page.

Home Page:https://myusuf.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog

My personal blog page built with Next.JS, Redis and auth0.

my-blog

Requirements

NodeJS

npm or yarn(I'm using npm) Upstash Account and connection Auth0 account, client id and domain name to access.

How run it for yourself?

  1. Clone repo to your machine

  2. Add your variables to related fileds in .env

    NEXT_PUBLIC_URL=http://localhost:3000/
    NEXT_PUBLIC_AUTH0_CLIENT=
    NEXT_PUBLIC_AUTH0_DOMAIN=
    REDIS_URL=
    GITHUB_REPO_LINK=
    GITHUB_ACCESS_KEY=
  3. Run npm i to install required packages.

  4. Run npm run dev to start development server

  5. I's ready!

  6. Open http://localhost:3000

About

My personal blog page.

https://myusuf.net

License:MIT License


Languages

Language:JavaScript 97.8%Language:CSS 2.2%