The code to my home on the internet.
app/*: routes and componentscomponents/*: reusable UI componentslib/*: database and rss functionsmdx/*: MDX components, functions, and themes for/writingutils/*: utility functions
$ git clone git@github.com:0x6A6471/0x6a6471.git
$ cd 0x6a6471
$ bun install
$ bun run dev
Create a .env.local file similar to what is posted below:
# db
DATABASE_URL=
# cloudinary
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
NEXT_PUBLIC_CLOUDINARY_FOLDER_NAME=
# oku
OKU_READ_URL=
OKU_TO_READ_URL=
OKU_READING_URL=