DIYgod mirror
Go to file
DIYgod 8eb2dd66ab
feat: follow count and list
2022-08-17 21:04:35 +01:00
.github/workflows feat: deploy 2022-08-12 15:48:06 +08:00
.husky chore: use prettier 2022-08-06 18:49:04 +01:00
deploy feat: configable ipfs gateway 2022-08-17 10:00:34 +01:00
e2e
prisma feat: manually send email for new posts 2022-06-07 20:54:50 +08:00
public feat: add logo 2022-08-16 21:00:02 +01:00
src feat: follow count and list 2022-08-17 21:04:35 +01:00
.dockerignore tweak styles 2022-06-04 00:27:42 +08:00
.env.example feat: configable ipfs gateway 2022-08-17 10:00:34 +01:00
.eslintrc.json
.gitignore
.prettierignore chore: use prettier 2022-08-06 18:49:04 +01:00
.prettierrc chore: add prettier config, closes #78 2022-05-22 16:42:15 +08:00
.prettierrc.json chore: use prettier 2022-08-06 18:49:04 +01:00
Dockerfile feat: nextjs runtime read env var 2022-08-14 11:39:23 +08:00
LICENSE
README.md feat: update text 2022-08-11 19:43:09 +01:00
apply.sh feat: deploy 2022-08-12 15:48:06 +08:00
fly.toml
next-env.d.ts
next.config.js update icons 2022-05-28 16:44:16 +08:00
package.json feat: use unidata notes and profile attributes 2022-08-16 01:51:52 +01:00
playwright.config.ts
pnpm-lock.yaml feat: use unidata notes and profile attributes 2022-08-16 01:51:52 +01:00
postcss.config.js
tailwind.config.js feat: add copy button to code block 2022-05-28 00:47:34 +08:00
tsconfig.json chore: use prettier 2022-08-06 18:49:04 +01:00
types.d.ts improving login/subscription flow 2022-05-27 02:15:58 +08:00
uno.config.ts update icons 2022-05-28 16:44:16 +08:00
vitest.config.ts use vitest 2022-05-28 13:33:26 +08:00

README.md

xlog

On-Chain Content Creating for Absolutely Everyone

Meet xlog, the on-chain and open-source blogging platform for everyone. Permanently stored on the blockchain by yourself.

This project is developed based on proselog

Development

Follow the steps to run it locally.

  1. Copy .env.example to .env
  2. Install dependencies: pnpm i
  3. Start dev server: pnpm dev