MyGit

leerob/site

Fork: 1398 Star: 7179 (更新于 2024-10-25 07:36:29)

license: 暂无

Language: MDX .

My site built with Next.js, Tailwind, and Vercel.

官方网址 GitHub网址

Deploy with Vercel

site

Running Locally

This application requires Node.js v18.17+.

git clone https://github.com/leerob/site.git
cd site
bun install
bun run delete # Remove all of my notes
bun dev

Optional: Create a .env.local file with your POSTGRES_URL environment variable to store redirects.

Database Schema

CREATE TABLE redirects (
  id SERIAL PRIMARY KEY,
  source VARCHAR(255) NOT NULL,
  destination VARCHAR(255) NOT NULL,
  permanent BOOLEAN NOT NULL
);

License

  1. You are free to use this code as inspiration.
  2. Please do not copy it directly.
  3. Crediting the author is appreciated.

Please remove all of my personal information by running bun run delete.

最近版本更新:(数据更新于 2024-10-15 10:41:49)

主题(topics):

blog, mdx, nextjs, portfolio, postgres, react, tailwindcss, vercel

leerob/site同语言 MDX最近更新仓库

2023-10-24 02:31:49 uidotdev/usehooks

2023-09-29 19:14:55 yewstack/yew

2023-07-29 03:23:36 react-native-elements/react-native-elements

2023-03-29 21:48:13 trigaten/Learn_Prompting

2022-04-08 23:22:39 ademilter/homepage

1970-01-01 00:00:00 hackclub/putting-the-you-in-cpu