My personal blog page built with Next.JS, Redis and auth0.
NodeJS
npm or yarn(I'm using npm) Upstash Account and connection Auth0 account, client id and domain name to access.
-
Clone repo to your machine
-
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=
-
Run
npm i
to install required packages. -
Run
npm run dev
to start development server -
I's ready!