Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/r3nanp/r3nanp.dev
- Owner: r3nanp
- License: mit
- Created: 2022-09-18T02:08:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T23:56:30.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:48:32.718Z (4 months ago)
- Topics: blog, mdx, mysql, nextjs, personal-website, prisma, r3nanp, react, sanity, serverless, t3-stack, trpc, typescript, vercel, website
- Language: TypeScript
- Homepage: https://r3nanp-dev.vercel.app/
- Size: 524 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.