- Next.js
- Typescript
- Prisma
- tRPC
- Sanity
- MDX
- Tailwind CSS
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
Made by Renan Pereira
Give a ⭐️!
- Lee Robinson and Nexxel for inspiration.