yxshv / nexxel.dev

Personal website built using the T3 stack

Home Page:https://nexxel.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nexxel.dev

Stack

Overview

  • content/* - MDX files for the content of my blog.
  • prisma/* - My Prisma schema, which uses a CockroachDB database.
  • public/* - Static assets including fonts and images.
  • src/components/blog/* - React components being used for the blog.
  • src/components/* - React components being used for the other stuff.
  • src/pages/* - All the static pages of the website.
  • src/server/* - The backend, which is a tRPC server.
  • src/styles/* - Global CSS files. Most of the styles are inline styles with Tailwind CSS though.
  • src/utils/* - Utility functions.

Running Locally

This application requires Node.js to run.

git clone https://github.com/nexxeln/nexxel.dev.git
cd nexxel.dev
npm i -g pnpm
pnpm i
pnpm dev

Create a .env file similar to .env.example.

Cloning / Forking

This application is licensed under the Apache-2.0 license. If you're copying this website just let me know.

Credits

About

Personal website built using the T3 stack

https://nexxel.dev

License:Apache License 2.0


Languages

Language:TypeScript 89.2%Language:CSS 8.5%Language:JavaScript 2.3%