otomir23.me is my personal website with my portfolio, socials, blog and biography.
- Made with
NextJS
,TailwindCSS
andTypeScript
. - Built with
React Server Components
and works with JS disabled in browser. - Uses
Vercel Postgres
database throughDrizzleORM
.
- Clone the repo and install dependencies using
pnpm
.git clone https://github.com/otomir23/dotme pnpm install
- Create a
Vercel Postgres
database. - Configure env variables based on
.env.example
.
dev
: Starts the development server.build
: Builds the app for production.start
: Runs the built app in production mode.lint
: Runs ESLint.db:push
: Update Vercel Postgres database schemadb:studio
: Open Drizzle Studio