r3nanp / r3nanp.dev

My website. Written using the T3 Stack!

Home Page:https://r3nanp-dev.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r3nanp.dev

Techs used 🛠

  • Next.js
  • Typescript
  • Prisma
  • tRPC
  • Sanity
  • MDX
  • Tailwind CSS

Installation 👷‍♂️

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/r3nanp/r3nanp.dev.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:r3nanp/r3nanp.dev.git

Install dependencies

yarn install

Or

npm install

Create your enviroment variables based on the examples of .env.example

cp .env.example .env.local

Use openssl rand -base64 32 to generate a key and add it under NEXTAUTH_SECRET

License 📚

MIT license.

Made by Renan Pereira

Give a ⭐️!

Credits ©️

About

My website. Written using the T3 Stack!

https://r3nanp-dev.vercel.app/

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 3.2%Language:Shell 0.9%Language:CSS 0.1%