otomir23.me is my personal website with my portfolio, socials, blog and biography.
- Made with
NextJS,TailwindCSSandTypeScript. - Built with
React Server Componentsand works with JS disabled in browser. - Uses
Vercel Postgresdatabase throughDrizzleORM.
- Clone the repo and install dependencies using
pnpm.git clone https://github.com/otomir23/dotme pnpm install
- Create a
Vercel Postgresdatabase. - 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