Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.1 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.1 KB

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 [email protected]: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 ©️