Skip to content
forked from leerob/site

✨ 这是一个个人网页的开源项目,用的是 Next.js, Tailwind CSS, PlanetScale, and Vercel技术,可以当作的是React的使用尝试

Notifications You must be signed in to change notification settings

qinjo/chinjo.io

 
 

Repository files navigation

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.

About

✨ 这是一个个人网页的开源项目,用的是 Next.js, Tailwind CSS, PlanetScale, and Vercel技术,可以当作的是React的使用尝试

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 60.7%
  • TypeScript 36.5%
  • CSS 2.7%
  • JavaScript 0.1%