Skip to content

r3nanp/r3nanp.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ©️