Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

My website. Written using the T3 Stack!
https://github.com/r3nanp/r3nanp.dev

blog mdx mysql nextjs personal-website prisma r3nanp react sanity serverless t3-stack trpc typescript vercel website

Last synced: 1 day ago
JSON representation

My website. Written using the T3 Stack!

Awesome Lists containing this project

README

        


r3nanp.dev


## Techs used 🛠
- Next.js
- Typescript
- Prisma
- tRPC
- Sanity
- MDX
- Tailwind CSS

## Installation 👷‍♂ī¸

**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**

```sh
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:

```sh
git clone [email protected]:r3nanp/r3nanp.dev.git
```

**Install dependencies**

```sh
yarn install
```

Or

```sh
npm install
```

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

```sh
cp .env.example .env.local
```

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

## License 📚

[MIT license](LICENSE).

Made by [Renan Pereira](https://github.com/r3nanp)

Give a ⭐ī¸!

## Credits Šī¸
- [Lee Robinson](https://leerob.io/) and [Nexxel](https://www.nexxel.dev/) for inspiration.