Personal blog developed based on remix!(基于 remix 开发的个人博客)
Alvin’s Blog is a technical framework built using the remix/react 17.0.2, unocss, mysql, and prisma. It provides a quick and easy way to get started with the blog by configuring environment variables in the .env file and basic settings in the config.yml file. The blog is powered by the Remix App Server, which can be accessed at http://localhost:3333. Performance statistics can be found at https://remix.alvin.run. If you find this project helpful, consider supporting the author with a cup of tea via WeChat or Alipay.
To install Alvin’s Blog, follow these steps:
git clone [repository_url]
cd Alvin's Blog
npm install
MYSQL_ADDRESS=localhost:3306
GITHUB_AUTH_URL=https://github.com/login/oauth/authorize
npm run dev
Alvin’s Blog is a comprehensive technical framework that leverages the Remix/React 17.0.2, unocss, mysql, and prisma technologies. It provides an easy way to set up a blog by offering environment configuration, a basic configuration file, and tools for efficient web development. By following the installation guide, users can quickly get started and customize their blog according to their needs.